Page 1 of 1

plugin issue: cisco-ping.pl

Posted: Tue Apr 17, 2012 9:10 am
by leens
Below is the screenshot from Nagios XI for my service “ping” based on the command cisco-ping.pl. The output of cisco-ping.pl gives 2 “Reply from” answers which indicates the ping is OK launched through both gateways bgw1201 and bgw101. But the issue still is how to redirect this output to a Nagios comprehensible language. Because it is indicated “No output returned from plugin”. Is it just a matter of putting OK for the both gateways somewhere or is there more into it than that ?

Re: plugin issue: cisco-ping.pl

Posted: Tue Apr 17, 2012 9:53 am
by scottwilkerson
Plugins are supposed to return an exit code, my guess is that this one is not.

Detailed information on plugin development may be found here
http://nagiosplug.sourceforge.net/devel ... html#AEN76