Search found 2 matches

by tpirart
Fri Aug 12, 2011 1:11 am
Forum: Open Source Nagios Projects
Topic: Error: Could not read object configuration data!
Replies: 3
Views: 1977

Re: Error: Could not read object configuration data!

After googleling a liitle bit, I found a solution.
It is linked with selinux.

I have to change in /etc/selinux/config

the line
selinux=enforcing
must be changed in
selinux=disabled
Then restart the VM and all work perfectly !
by tpirart
Thu Aug 11, 2011 3:02 am
Forum: Open Source Nagios Projects
Topic: Error: Could not read object configuration data!
Replies: 3
Views: 1977

Error: Could not read object configuration data!

Hi, I'm trying to implement a nagios server. Implementation : VM on VMware with Centos 5.5 x64 Nagios install through rpmforge : version 3.2.3 When i run : /usr/bin/nagios -v /etc/nagios/nagios.conf, I get this : Nagios Core 3.2.3 Copyright (c) 2009-2010 Nagios Core Development Team and Community Co...