Doubled Entries in /var/log/messages

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Doubled Entries in /var/log/messages

Post by abrist »

You may want to try restarting syslog:

Code: Select all

service rsyslog stop
killall rsyslog
service rsyslog start
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
nseltzer
Posts: 18
Joined: Tue Sep 11, 2012 12:10 pm
Location: Sidney, NE
Contact:

Re: Doubled Entries in /var/log/messages

Post by nseltzer »

This issue persists through reboots and syslogd appears to cycle normally.

Thanks,



Nic
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Doubled Entries in /var/log/messages

Post by abrist »

You may want to open a ticket @ xisupport@nagios.com. There we have you send us more detailed configs in confidentiality, as well as set up a remote session if needed.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
User avatar
gwakem
Posts: 238
Joined: Mon Jan 23, 2012 2:02 pm
Location: Asheville, NC

Re: Doubled Entries in /var/log/messages

Post by gwakem »

We found the issue. syslog.conf had the following:

Code: Select all

*.info;mail.none;authpriv.none;cron.none               /var/log/messages
# Per NSA RHEL Guide
auth,user.*                                                             /var/log/messages
The combo of *,info and user.* doubled the nagios related entries in the messages log. Thanks,
--
Griffin Wakem
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Doubled Entries in /var/log/messages

Post by abrist »

Fantastic. Cheers.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked