We are trying to make a frontend for WPM outside of the product. To do this, I am trying to call a cgi script to have wpm report the status of each monitor every time it is ran.
I created a new alert and set it to trigger anytime the status is not empty.
This got me what I wanted but then it stopped updating. So I tried putting in a reset condition and set it to also trigger if 'status is not empty'.
This doesn't seem to have helped though...
What should the "Trigger Conditions" and "Reset Conditions" be to get my cgi script called every time a transaction runs, whether or not the status has changed since the last poll?
Thanks,
Derek
BTW... Is there a URL (xml or not) that can be called that would show the current status of all transactions that I can parse? This would be simpler than generating alerts for every poll.
I did figure out that I could put a reset condition in also and have it call the same CGI script. So now, every minute, my log file (that is created by the cgi script) is getting updated with the current status of every transaction.
Not ideal. But useable.