Page 4 of 6

Re: CentOS errors

Posted: Mon Nov 11, 2013 10:19 am
by slansing
I'd follow what cbeattie mentioned above and let us know!

Re: CentOS errors

Posted: Tue Nov 12, 2013 6:39 am
by MPIvan
Yup now it is ok ... but i have now new problem ... i create new file in objects named routers.cfg ... and i put one host with service ping to check ... and in the nagios/etc nagios.cfg file i have add the the routers.cfg file and when i try to restart it gave me the status of the configurations like when i run the command /usr/local/nagios/bin/nagio -v /usr/local/nagios/etc/nagios.cfg and when i go to the page on services iv got this error message

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 http://www.nagios.org.
also i have notes that when i do ls i have dots "." at the end of the permission colon
[root@mpnagios etc]# ls -la
total 76
drwxrwxr-x. 3 nagios nagios 4096 Oct 22 16:52 .
drwxr-xr-x. 8 root root 4096 Oct 22 16:49 ..
-rw-rw-r--. 1 nagios nagios 12015 Oct 22 16:49 cgi.cfg
-rw-r--r--. 1 root root 26 Oct 22 16:52 htpasswd.users
-rw-rw-r--. 1 nagios nagios 44526 Oct 22 18:35 nagios.cfg
drwxrwxr-x. 2 nagios nagios 4096 Oct 22 17:45 objects
-rw-rw----. 1 nagios nagios 1312 Oct 22 16:49 resource.cfg
[root@mpnagios etc]#

Re: CentOS errors

Posted: Tue Nov 12, 2013 11:07 am
by tmcdonald
The period is related to SELinux ACLs:

http://superuser.com/questions/230559/w ... with-chmod

As for whether or not that is related, I do not know.

Re: CentOS errors

Posted: Wed Nov 13, 2013 2:50 am
by MPIvan
No still nothing ... any way i think that thats not a problem at all ... because i can modify the nagios.cfg file, for example if i uncomment "#cfg_file=/usr/local/nagios/etc/objects/switch.cfg" it works ... but if i add another file like routers.cfg it wont work ...

Re: CentOS errors

Posted: Wed Nov 13, 2013 12:24 pm
by sreinhardt
Where did you put the routers.cfg, and what permissions are presently on it?

Re: CentOS errors

Posted: Wed Nov 13, 2013 2:20 pm
by IvanAK
Sorry i reply with this user ... but im in a hurry ... the routers.cfg files is in /usr/local/nagios/etc/objects ... where the switch cfg is and windows and template and etc.... and the permissions that it has is 664 ( rw-rw-r- and nagios:nagios ) ...

Re: CentOS errors

Posted: Wed Nov 13, 2013 5:03 pm
by cbeattie
What does it say when you run Nagios' configuration check? (Adjust it if your paths are different)

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg
If there's a problem with your configuration files, the config check will print the name of the offending file and the line number in that file. That'll tell us where to look next.

Re: CentOS errors

Posted: Thu Nov 14, 2013 4:50 am
by MPIvan
No there is no problems im checking before im restarting

Code: Select all

/usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg

Nagios Core 4.0.1
Copyright (c) 2009-present Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 10-15-2013
License: GPL

Website: http://www.nagios.org
Reading configuration data...
   Read main config file okay...
   Read object config files okay...

Running pre-flight check on configuration data...

Checking objects...
        Checked 9 services.
Warning: Host 'RouterCiscoT' has no default contacts or contactgroups defined!
        Checked 2 hosts.
        Checked 2 host groups.
        Checked 0 service groups.
        Checked 1 contacts.
        Checked 1 contact groups.
        Checked 24 commands.
        Checked 5 time periods.
        Checked 0 host escalations.
        Checked 0 service escalations.
Checking for circular paths...
        Checked 2 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: 1
Total Errors:   0

Things look okay - No serious problems were detected during the pre-flight check
[root@mpnagios objects]#
and here is what iv got when im trying to restart

Code: Select all

[root@mpnagios objects]# /etc/init.d/nagios restart

Nagios Core 4.0.1
Copyright (c) 2009-present Nagios Core Development Team and Community Contributors
Copyright (c) 1999-2009 Ethan Galstad
Last Modified: 10-15-2013
License: GPL

Website: http://www.nagios.org
Reading configuration data...
   Read main config file okay...
   Read object config files okay...

Running pre-flight check on configuration data...

Checking objects...
        Checked 9 services.
Warning: Host 'RouterCiscoT' has no default contacts or contactgroups defined!
        Checked 2 hosts.
        Checked 2 host groups.
        Checked 0 service groups.
        Checked 1 contacts.
        Checked 1 contact groups.
        Checked 24 commands.
        Checked 5 time periods.
        Checked 0 host escalations.
        Checked 0 service escalations.
Checking for circular paths...
        Checked 2 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: 1
Total Errors:   0

Things look okay - No serious problems were detected during the pre-flight check
Object precache file created:
/usr/local/nagios/var/objects.precache
[root@mpnagios objects]#
Its the same output ...

Re: CentOS errors

Posted: Thu Nov 14, 2013 6:01 am
by MPIvan
Ok i think i have solution .... in the previous reply and output there was 1 Warning about contact ... when i fix this, everything back to normal. I dont have this problem on Ubuntu or previous version of nagios is this some kind of bug or ??? because it is warning i think should be continue ...

Re: CentOS errors

Posted: Thu Nov 14, 2013 11:42 am
by abrist
Did you change anything else? Config warnings should not cause this issue.