Search found 3 matches

by soufianeadli85
Wed Feb 10, 2021 9:35 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - execvp(/usr/local/nagios/libexec/check_ping,
Replies: 4
Views: 3259

Re: Nagios Core - execvp(/usr/local/nagios/libexec/check_pin

I found the problem by checking the config file for the switches, it contains some weird characters such as ";" and "~{" which causes the problem, after I removed the characters, the problem got fixed. Thanks to you all for your input.
by soufianeadli85
Mon Feb 08, 2021 6:47 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core - execvp(/usr/local/nagios/libexec/check_ping,
Replies: 4
Views: 3259

Re: Nagios Core - execvp(/usr/local/nagios/libexec/check_pin

Yes, I have that correct it matches what you posted.


# Sets $USER1$ to be the path to the plugins
$USER1$=/usr/local/nagios/libexec
by soufianeadli85
Mon Feb 08, 2021 3:55 pm
Forum: Open Source Nagios Projects
Topic: Nagios Core - execvp(/usr/local/nagios/libexec/check_ping,
Replies: 4
Views: 3259

Nagios Core - execvp(/usr/local/nagios/libexec/check_ping,

I install the Nagios Core and I was able to change the cfg_file to another directory, but I am getting this attached output below:

d 3h 52m 24s (No output on stdout) stderr: execvp(/usr/local/nagios/libexec/check_ping, ...) failed. errno is 2: No such file or directory


Please help!