Nagios 4.0.8 Web Interface Not Working
Re: Nagios 4.0.8 Web Interface Not Working
What happens if you execute the entire check command (including all options etc) from the command line?
Rob Hassing


Re: Nagios 4.0.8 Web Interface Not Working
/usr/local/nagios/libexec/check_load IP ADDRESS -w 2 -c 3
OK - load average: 0.00, 0.00, 0.00|load1=0.000;2.000;3.000;0; load5=0.000;2.000;3.000;0; load15=0.000;2.000;3.000;0;
But it cannot show the correct load, it shows warning and critical as it is in arguments.
OK - load average: 0.00, 0.00, 0.00|load1=0.000;2.000;3.000;0; load5=0.000;2.000;3.000;0; load15=0.000;2.000;3.000;0;
But it cannot show the correct load, it shows warning and critical as it is in arguments.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Nagios 4.0.8 Web Interface Not Working
Lets see the permissions of the following
Code: Select all
ls -ld /usr/local/nagios/libexec
ls -ld /usr/local/nagiosRe: Nagios 4.0.8 Web Interface Not Working
This is a check_load command, not a check_nrpe command.
The check_load command is for localhost only, so ip address is not required (or not even working).
The check_load command is for localhost only, so ip address is not required (or not even working).
Rob Hassing


Re: Nagios 4.0.8 Web Interface Not Working
drwxrwxr-x. 3 root root 4096 Feb 11 09:35 /usr/local/nagios/libexec
drwxr-xr-x. 9 root root 4096 Feb 9 20:23 /usr/local/nagios
drwxr-xr-x. 9 root root 4096 Feb 9 20:23 /usr/local/nagios
Re: Nagios 4.0.8 Web Interface Not Working
rhassing wrote:This is a check_load command, not a check_nrpe command.
The check_load command is for localhost only, so ip address is not required (or not even working).
Then how can i check from nagios server.
Re: Nagios 4.0.8 Web Interface Not Working
You need to install nrpe and nagios-plugins on the remote host and then write some check_nrpe check commands/service check definitions for those checks.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Nagios 4.0.8 Web Interface Not Working
I have already installed nrpe and nrpe plugins on remote host.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: Nagios 4.0.8 Web Interface Not Working
I believe these permissions are wrong, as the monitoring engine runs as the user nagios.rlinux57 wrote:drwxrwxr-x. 3 root root 4096 Feb 11 09:35 /usr/local/nagios/libexec
Run this command on your Nagios host:
Code: Select all
chown -R nagios:nagios /usr/local/nagios/libexecAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Nagios 4.0.8 Web Interface Not Working
No effect with these permissions.
drwxrwxr-x. 3 nagios nagios 4096 Feb 11 09:35 libexec
drwxrwxr-x. 3 nagios nagios 4096 Feb 11 09:35 libexec