This issue persists through reboots and syslogd appears to cycle normally.
Thanks,
Nic
Search found 18 matches
- Wed Feb 06, 2013 4:18 pm
- Forum: Nagios XI
- Topic: Doubled Entries in /var/log/messages
- Replies: 14
- Views: 1378
- Wed Feb 06, 2013 3:36 pm
- Forum: Nagios XI
- Topic: Doubled Entries in /var/log/messages
- Replies: 14
- Views: 1378
Re: Doubled Entries in /var/log/messages
Nope. They appear to be groovy. [1321647824] Warning: Return code of 127 for check of service 'Current Load' on host 'localhost' was out of bounds. Make sure the plugin you're trying to run actually exists. [1321647884] Warning: Return code of 127 for check of service 'Current Users' on host 'localh...
- Wed Feb 06, 2013 3:19 pm
- Forum: Nagios XI
- Topic: Doubled Entries in /var/log/messages
- Replies: 14
- Views: 1378
Re: Doubled Entries in /var/log/messages
We're only seeing errors in nagios.log. Everything nagios-related is being duplicated in /var/log/messages, for example: Feb 6 12:54:18 papmonmp10 nagios: Warning: Host 'shqdbadm02' has no default contacts or contactgroups defined! Feb 6 12:54:18 papmonmp10 nagios: Warning: Host 'shqdbadm02' has no ...
- Wed Feb 06, 2013 2:53 pm
- Forum: Nagios XI
- Topic: Doubled Entries in /var/log/messages
- Replies: 14
- Views: 1378
Re: Doubled Entries in /var/log/messages
It was successful in one respect. No new Nagios-related entries were being populated in to /var/log/messages. Any ideas?
- Wed Feb 06, 2013 2:41 pm
- Forum: Nagios XI
- Topic: Doubled Entries in /var/log/messages
- Replies: 14
- Views: 1378
Re: Doubled Entries in /var/log/messages
Code: Select all
$ sudo ps -ef | grep /bin/nagios | grep -v grep
nagios 5406 1 3 10:25 ? 00:04:55 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
- Wed Feb 06, 2013 2:20 pm
- Forum: Nagios XI
- Topic: Doubled Entries in /var/log/messages
- Replies: 14
- Views: 1378
Doubled Entries in /var/log/messages
Hey all, There is a strange quirk where /var/log/messages is doubling all Nagios-related entries. Feb 6 12:14:15 papmonmp10 nagios: SERVICE ALERT: hqsadbp0;SNMP - CPU Usage;OK;HARD;5;8 CPU, average load 28.1% < 95% : OK Feb 6 12:14:15 papmonmp10 nagios: SERVICE ALERT: hqsadbp0;SNMP - CPU Usage;OK;HA...
- Fri Jan 25, 2013 10:13 am
- Forum: Nagios XI
- Topic: Multiple Instances / Doubling in the messages log
- Replies: 28
- Views: 2616
Re: Multiple Instances / Doubling in the messages log
Yessir. I'm not discounting the possibility that something is breaking within mod_gearman, but the configs are almost (save for gearmand server settings) the same. 2013-01-25 08:12:30 - localhost:4730 - v0.25 Queue Name | Worker Available | Jobs Waiting | Jobs Running -------------------------------...
- Thu Jan 24, 2013 6:21 pm
- Forum: Nagios XI
- Topic: Multiple Instances / Doubling in the messages log
- Replies: 28
- Views: 2616
Re: Multiple Instances / Doubling in the messages log
I kill -9'd all running forks of Nagios, blew away retention.dat (I moved it to my home dir), and restarted the box. $ sudo mv /usr/local/nagios/var/retention.dat . I still appear to be having issues with forks locking on me. Nagios instances: 5 nagios 3072 4894 0 15:26 ? 00:00:00 /usr/local/nagios/...
- Thu Jan 24, 2013 12:55 pm
- Forum: Nagios XI
- Topic: Multiple Instances / Doubling in the messages log
- Replies: 28
- Views: 2616
Re: Multiple Instances / Doubling in the messages log
My boss, kdavison, has posted a profile from the XI interface. This profile is from when Nagios is in a "stalled" state. The process is still running, but the scheduler has stopped processing External Commands and all of the forks are in a frozen state. Every 1.0s: ps -ef | grep bin/nagios...
- Thu Jan 24, 2013 11:44 am
- Forum: Nagios XI
- Topic: Multiple Instances / Doubling in the messages log
- Replies: 28
- Views: 2616
Re: Multiple Instances / Doubling in the messages log
All, We're still having issues with forked processes not falling off in a timely manner. $ date Thu Jan 24 09:40:08 MST 2013 Every 1.0s: ps -ef | grep bin/nagios | grep -v grep nagios 7149 11171 0 09:25 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg nagios 11171 1 5 08:3...