hi all!
i'm trying to put parameters in a item to monitorize a service but... i don't know how the sintax works of zext_nagios.sh.
how do you add parameters??
for example to do a check_ping you have to put 3 parameters (hostname or ip, warning thereshold, critical thershold) for example with:
"HOSTNAME -w 100,60% -c 100,60%"
how it would be??????
zext_nagios[ping {HOSTNAME}.... ]
i have tried to put this parameters in diferents forms but i haven't been able to solve this issue. i would be very glad if someone helps me.
it only gives me value 2 or 3 for critical or unknown
thanks !!
i'm trying to put parameters in a item to monitorize a service but... i don't know how the sintax works of zext_nagios.sh.
how do you add parameters??
for example to do a check_ping you have to put 3 parameters (hostname or ip, warning thereshold, critical thershold) for example with:
"HOSTNAME -w 100,60% -c 100,60%"
how it would be??????
zext_nagios[ping {HOSTNAME}.... ]
i have tried to put this parameters in diferents forms but i haven't been able to solve this issue. i would be very glad if someone helps me.
it only gives me value 2 or 3 for critical or unknown
thanks !!

but i don't mind if only doesn't works service ping, i will monitorize it with another thing instead using nagios scripts. but service postgres works fine like all the others.
Comment