I have installed Nagios Core 4.02 on my FreeBSD 10 server following this guide:
http://www.xfiles.dk/guide-on-how-to-install-nagios-on-freebsd/
Everything seemed to be going ok until I logged into the Nagios website. No matter what I do in the web interface I get the following error:
Yet, when I run:
it says:
What can I do to fix this error? I did do some research online and a couple places mentioned permissions on the directories maybe?
http://www.xfiles.dk/guide-on-how-to-install-nagios-on-freebsd/
Everything seemed to be going ok until I logged into the Nagios website. No matter what I do in the web interface I get the following error:
Code:
Error: Could not read object configuration data!
Yet, when I run:
Code:
nagios -v /usr/local/etc/nagios/nagios.cfg
it says:
Code:
Running pre-flight check on configuration data...
Checking objects...
Checked 8 services.
Checked 1 hosts.
Checked 1 host groups.
Checked 0 service groups.
Checked 1 contacts.
Checked 1 contact groups.
Checked 25 commands.
Checked 5 time periods.
Checked 0 host escalations.
Checked 0 service escalations.
Checking for circular paths...
Checked 1 hosts
Checked 0 service dependencies
Checked 0 host dependencies
Checked 5 timeperiods
Checking global event handlers...
Checking obsessive compulsive processor commands...
Checking misc settings...
Total Warnings: 0
Total Errors: 0
What can I do to fix this error? I did do some research online and a couple places mentioned permissions on the directories maybe?