Ubuntu – Nagios3 Error: Could not read object configuration data!

12.04loggingnagios3

I have a brand new install of nagios3 on ubuntu 12.04. After I log in to the web interface and click any link I get the error:

Error: Could not read object configuration data!

Here are some things you should check in order to resolve this error:
Verify configuration options using the -v command-line option to check for errors.
Check the Nagios log file for messages relating to startup or status data errors. 

I ran it with the -v option and it reported no errors:

Total Warnings: 0
Total Errors:   0

Things look okay - No serious problems were detected during the pre-flight check

The nagios log and apache error log and debug log all have nothing regarding this. Does anyone know how to turn on logging that will give me some kind of useful error? Or if anyone knows how to fix this specific problem without additional logging, I guess that's okay too.

Thanks!

Best Answer

Error: Could not read object configuration data!

I got this error because Nagios was not running. There were no errors in the Apache or Nagios logfiles.

Related Question