Hi,
I created a application monitor template for a nagios script . I have configured the credentials. And when I assign the template to the node, I end up finding the monitor down all the time. What could be the possible reason?...
-Guyus
What could be the possible reason?...
You script might constantly return the exit code 1 which means Down for APM.
Exit Code - Meaning
0 - Up1 - Down2 - Warning3 - CriticalAny other value - Unknown
HTH,
Yann