Comments
-
Thanks to all the people who took time to reply and explain the design philosophy. I did not get this kind of support from a company in long time. You guys rock :-)
-
Sorry. I just came to the same conclusion by Josh but was a bit late. Thank you Josh :-)
-
I have been wondering what Statistic represents. I can go further with your suggestion. Instead of setting Statistic warning and critical threshold values for the monitor definition and overriding on each assigned Node, I can leave the Statisitc fields blank. This way, the monitored data is always in Available status. The…
-
Figured out from help doco. Included below for others: Visual Basic Scripts Report Status Through Exit Codes Scripts must report their status by exiting with the appropriate exit code: Exit Code Meaning 0 Up 1 Down 2 Warning 3 Critical Any other value Unknown
-
Performance. Or am I mistaken?
-
Thanks for reply. How do I report "Down" and "Up" from the script?
-
Thanks for the reply. As a APM user, the current way is not very intuitive to me. Setting threshold values for custom performance counters require writing a custom WMI script with embedded threshold values in the script. This is not a good solution from maintenance point of view. For example, I want to be notified when…