In one of our Nagios monitoring servers, we found that the following entries in daemon.log file located under /var/log/all directory.
May 17 10:21:49 usa7061lv955 xinetd[28054]: START: nsca pid=28332 from=::ffff:13.129.109.69
May 17 10:21:49 usa7061lv955 xinetd[28054]: START: nsca pid=28333 from=::ffff:13.132.76.36
May 17 10:21:49 usa7061lv955 xinetd[28054]: START: nsca pid=28334 from=::ffff:13.129.109.69
May 17 10:21:49 usa7061lv955 xinetd[28054]: EXIT: nsca status=0 pid=28329 duration=0(sec)
May 17 10:21:50 usa7061lv955 xinetd[28054]: EXIT: nsca status=0 pid=28332 duration=1(sec)
We find these entries regularly in daemon.log file Is there a way to stop these entries if they are not required.
nsca related entries in daemon.log
Re: nsca related entries in daemon.log
This is our nagios master server. The /var FS is filling rapidly causing outage frequently.
Re: nsca related entries in daemon.log
Blocking entries in rsyslog is explained in this StackExchange post:
http://askubuntu.com/questions/18970/is ... rom-syslog
It's written for Ubuntu but worked for me on CentOS.
http://askubuntu.com/questions/18970/is ... rom-syslog
It's written for Ubuntu but worked for me on CentOS.
Former Nagios employee
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: nsca related entries in daemon.log
You can try commenting out the log_on_failure line in /etc/xinet.d/nsca file. Then restart xinetd with a:
Code: Select all
service xinetd restart