I am using APM to do https content monitoring...when it sees "system is unavailable" it is down...I have configured a separate APM to scan any of the group of IPs of the sites and will let me know if there is a down and it works...fair enough...
NOW...these are in house written applications and they do have their bugs...we sometimes have to "kick" the server, using "iisreset" to get things back running normally (meaning all the sites show as "system is unavailable")...I'm trying to configure an advanced alert to look at a number of sites on one server and if they are all down, let us know immediately...I have tried the following:
Type of Property to monitor: APM-Application
Trigger event when all of the following are true:
field Node Name is equal to value AAA
field Node Status is equal to Down
field Node Name is equal to value BBB
field Node Status is equal to Down
field Node Name is equal to value CCC
field Node Status is equal to Down
tried taking the sites down...does not send an alert...so lots of questions here...should I be using the complex condition (as seen by the "field" and "value") as opposed to a simple condition re; Node Status is Down?...is this even a valid way to do this?...meaning, I have one application that looks at all the sites and reports when one is down...should I be creating a new APM for this and just include the necessary sites?...doing so eats up my licenses, so I would rather do this with the alert..
Anyone out there have any ideas?
Thanks!