Page 1 of 1

Nagios® Core™ Version 4.4.2 error

Posted: Mon Jan 28, 2019 2:06 am
by tjapke
Hello i have a problem with the Nagios® Core™ Version 4.4.2 August 16, 2018 .

The following error appears:
---------------------------------------------------
Whoops!
Error: Could not read host and service status information!

The most common cause of this error message (especially for new users), is the fact that Nagios is not actually running. If Nagios is indeed not running, this is a normal error message. It simply indicates that the CGIs could not obtain the current status of hosts and services that are being monitored. If you've just installed things, make sure you read the documentation on starting Nagios.

Some other things you should check in order to resolve this error include:


Check the Nagios log file for messages relating to startup or status data errors.
Always verify configuration options using the -v command-line option before starting or restarting Nagios!

Make sure you read the documentation on installing, configuring and running Nagios thoroughly before continuing. If all else fails, try sending a message to one of the mailing lists. More information can be found at https://www.nagios.org.
---------------------------------------
i have a the moment not the idea to resolv this problem.

regards torsten

Re: Nagios® Core™ Version 4.4.2 error

Posted: Tue Jan 29, 2019 11:59 am
by scottwilkerson
First is the nagios service running?

Code: Select all

ps -ef|grep nagios
Second, is the status.dat file in the nagios var directory readable by the nagios user/group?

Is apache user part of the nagios group?

Code: Select all

grep nag /etc/group

Re: Nagios® Core™ Version 4.4.2 error

Posted: Wed Jan 30, 2019 2:06 am
by tjapke
hello the Nagios is nut running in all function.
When i click under curent status and then Tactical Overview the error appears.
When i try the NagiosQL client to administrate the function are working.
Only the upload into the system does not work propper.

regards torsten

Re: Nagios® Core™ Version 4.4.2 error

Posted: Wed Jan 30, 2019 8:03 am
by scottwilkerson
scottwilkerson wrote:First is the nagios service running?

Code: Select all

ps -ef|grep nagios
Second, is the status.dat file in the nagios var directory readable by the nagios user/group?

Is apache user part of the nagios group?

Code: Select all

grep nag /etc/group