Page 2 of 2

Re: How can monitor special service on linux with nagios

Posted: Tue Feb 09, 2016 11:29 am
by baber
if i write a script that return 0 when my tuxedi is up and return 1 when my tuxedi is up is that ok ?

Re: How can monitor special service on linux with nagios

Posted: Tue Feb 09, 2016 11:35 am
by rkennedy
The script needs to follow these exit codes.
OK - exit 0
WARNING - exit 1
CRITICAL - exit 2

By using 0 and 1 it won't know the different between OK / WARNING.

Re: How can monitor special service on linux with nagios

Posted: Tue Feb 09, 2016 2:16 pm
by baber
so thanks

would you see this page ?

https://www.appdynamics.com/community/e ... extension/


i think it can help ? what is your idea ? can it help to me ?

can run it with nagios?


est regards
Babak

Re: How can monitor special service on linux with nagios

Posted: Tue Feb 09, 2016 2:32 pm
by rkennedy
This is not a product related to us, I do not know. It does not look like a normal plugin that we would utilize though.