Re: Hundreds of Active Check result files in /tmp
Posted: Mon Oct 08, 2012 1:13 pm
Please find attached & thank you for the assistance!
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
Monitoring Performance
Service Check Execution Time: 0.00 / 16.52 / 2.438 sec
Service Check Latency: 0.00 / 9036.62 / 1313.110 sec
Host Check Execution Time: 0.00 / 11.44 / 1.480 sec
Host Check Latency: 0.00 / 7059.46 / 1916.317 sec
# Active Host / Service Checks: 3008 / 5613
# Passive Host / Service Checks: 0 / 1Code: Select all
[root@nagiosxivm ~]# top
top - 15:52:19 up 55 min, 1 user, load average: 6.80, 10.51, 10.44
Tasks: 248 total, 2 running, 245 sleeping, 0 stopped, 1 zombie
Cpu(s): 0.6%us, 0.6%sy, 0.0%ni, 65.4%id, 32.6%wa, 0.1%hi, 0.6%si, 0.0%st
Mem: 15463692k total, 1486024k used, 13977668k free, 121540k buffers
Swap: 262136k total, 0k used, 262136k free, 679180k cached
Code: Select all
[root@nagiosxivm ~]# mpstat -P ALL
Linux 2.6.32-220.4.1.el6.i686 (nagiosxivm) 10/08/2012 _i686_ (8 CPU)
03:54:08 PM CPU %usr %nice %sys %iowait %irq %soft %steal %guest %idle
03:54:08 PM all 5.43 0.00 6.06 14.90 0.23 1.36 0.00 0.00 72.02
03:54:08 PM 0 3.62 0.00 4.70 16.94 1.20 1.66 0.00 0.00 71.89
03:54:08 PM 1 6.69 0.00 6.97 12.49 0.10 0.73 0.00 0.00 73.03
03:54:08 PM 2 4.43 0.00 5.26 17.60 0.08 2.05 0.00 0.00 70.57
03:54:08 PM 3 6.70 0.00 7.15 12.96 0.11 0.60 0.00 0.00 72.48
03:54:08 PM 4 4.36 0.00 5.53 16.94 0.08 2.31 0.00 0.00 70.78
03:54:08 PM 5 6.93 0.00 7.06 13.08 0.08 0.52 0.00 0.00 72.34
03:54:08 PM 6 4.36 0.00 5.36 16.99 0.07 2.34 0.00 0.00 70.89
03:54:08 PM 7 6.43 0.00 6.53 12.02 0.10 0.62 0.00 0.00 74.30
Code: Select all
# Active Host / Service Checks: 3008 / 5613Code: Select all
ps -ef|grep bin/nagiosCode: Select all
[root@nagiosxivm ~]# ps -ef|grep bin/nagios
nagios 9147 1 0 10:21 ? 00:00:42 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
nagios 17667 9147 0 11:36 ? 00:00:00 /usr/local/nagios/bin/nagios -d /usr/local/nagios/etc/nagios.cfg
root 17670 17651 2 11:36 pts/1 00:00:00 grep bin/nagios
Code: Select all
- recovering (with sort) MyISAM-table 'nagios_logentries.MYI'
Data records: 265875
- Fixing index 1
- Fixing index 2
- Fixing index 3
- Fixing index 4
Code: Select all
tail -f /var/log/mysqld.log