Relevance Debugger for Mac

(imported topic written by MattBoyd)

It would be great to have a QNA (Relevance) debugger for testing relevance on Mac clients. I know there are inspectors that work on Windows but not on Mac, and vice-versa. I believe it would make troubleshooting/debugging relevance on the Mac side much easier.

Right now, we’re testing out relevance results on the mac through analyses… is there a better/faster way to do it?

(imported comment written by NoahSalzman)

Ask and you shall receive:

http://support.bigfix.com/install/besclients-nonwindows.html#mac

It’s in the disk image. :slight_smile:

Also, if you want to execute the binary directly without the AppleScript wrapper you can do something like this in your .bashrc file:

alias qna="/Applications/BigFixQnA.app/Contents/Resources/BigFixQnA"

(imported comment written by MattBoyd)

Noah,

I just wanted to let you know that I finally had an opportunity the other day to try this on a Mac and it’s just what I was looking for. Thanks for your help.