Search found 3 matches

by halsk
Thu Jan 19, 2012 3:38 am
Forum: Open Source Nagios Projects
Topic: [Solved]Webinject : No output returned from plugin
Replies: 2
Views: 1789

Re: Webinject : No output returned from plugin

Solved !
I has an error in my command.cfg, i forgot the perl path before my command :

define command{
command_name webinject
command_line /usr/bin/perl5.10.1 /usr/lib/nagios/plugins/webinject.p$
}

Thanks.
by halsk
Tue Jan 17, 2012 4:18 am
Forum: Open Source Nagios Projects
Topic: [Solved]Webinject : No output returned from plugin
Replies: 2
Views: 1789

[Solved]Webinject : No output returned from plugin

Hi, i'm trying to configure webinject plugin but i get this error on my nagios :"UNKNOWN : No output returned from plugin". When i run manually the plugin, it looks OK : # su - nagios -c "/usr/lib/nagios/plugins/webinject.pl -c gsm.xml" # WebInject OK - All tests passed successfu...