(No output on stdout) stderr: execvp(check_f5.pl, .) failed

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
Francesco
Posts: 124
Joined: Wed Oct 28, 2015 5:02 am
Location: /usr
Contact:

(No output on stdout) stderr: execvp(check_f5.pl, .) failed

Post by Francesco »

Hi,
I have the problem using the plugin present on the Nagios exchange site.
The plugin name is check_f5.pl.
When I execute this plugin on Nagios XI Web console the output is not valorizated.
I execute the same script to command line, the output it seems correct.
I have attached the script and the screenshot of the command output

Thank you
Francesco
You do not have the required permissions to view the files attached to this post.
User avatar
Francesco
Posts: 124
Joined: Wed Oct 28, 2015 5:02 am
Location: /usr
Contact:

Re: (No output on stdout) stderr: execvp(check_f5.pl, .) fai

Post by Francesco »

Hi,
i have attached others screenshot of the problem.

Thank you
Francesco
You do not have the required permissions to view the files attached to this post.
User avatar
Francesco
Posts: 124
Joined: Wed Oct 28, 2015 5:02 am
Location: /usr
Contact:

Re: (No output on stdout) stderr: execvp(check_f5.pl, .) fai

Post by Francesco »

Hi.
I have attached the perl script.

Thank you
Francesco
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: (No output on stdout) stderr: execvp(check_f5.pl, .) fai

Post by lmiltchev »

Go to CCM->Commands->Check_F5_CPU->Edit, and check this:

Code: Select all

check_f5.pl -H $HOSTADDRESS$ -C $ARG1$ -m cpu
to this:

Code: Select all

$USER1$/check_f5.pl -H $HOSTADDRESS$ -C $ARG1$ -m cpu
Save and Apply Configuration.

Did this fix your issue?
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
Francesco
Posts: 124
Joined: Wed Oct 28, 2015 5:02 am
Location: /usr
Contact:

Re: (No output on stdout) stderr: execvp(check_f5.pl, .) fai

Post by Francesco »

it works !!

Thank you
Francesco
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: (No output on stdout) stderr: execvp(check_f5.pl, .) fai

Post by lmiltchev »

I am glad I could help! :)
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked