Page 3 of 4

Re: High CPU/Load on npcd

Posted: Fri Jun 12, 2015 5:34 am
by cambevis
Sorry I'm not responding to these more quickly, I'm not getting notices from my subscription.

I've never done a RAMDISK on this instance.

[root@nagiosxi ~]# ls -lad /usr/local/nagios/var/spool/
drwxr-xr-x. 5 root root 4096 Jun 6 2012 /usr/local/nagios/var/spool/
[root@nagiosxi ~]# ls -lad /usr/local/nagios/var/
drwxrwxr-x. 6 nagios nagios 4096 Jun 12 05:33 /usr/local/nagios/var/

Re: High CPU/Load on npcd

Posted: Fri Jun 12, 2015 9:51 am
by tgriep
The permissions need to be fixed for the spool folder. Run this to see if it resolves the problem.

Code: Select all

chown -R nagios.nagios /usr/local/nagios/var/spool/

Re: High CPU/Load on npcd

Posted: Tue Jun 16, 2015 11:04 am
by cambevis
Nah, chmodded them and restarted, still have to stop npcd within a few minutes.

Re: High CPU/Load on npcd

Posted: Tue Jun 16, 2015 12:07 pm
by tgriep
Every time you stop the npcd process, the perfdata will spool up so when you start it, it will go through all of the files and the load will be heavy until they are all processed.
The npcd service needs to be running all of the time.
If you want to delete the perfdata that has not been processed, you can do that and here is how you can find that.

Code: Select all

ls /usr/local/nagios/var/spool/xidpe | wc -l
ls /usr/local/nagios/var/spool/perfdata | wc -l
ls /usr/local/nagios/var/spool/checkresults | wc -l
When npcd is running, what is the actual load are you seeing?

Can you run this and post the output back?

Code: Select all

ls -l /usr/local/nagios/var/spool

Re: High CPU/Load on npcd

Posted: Tue Jun 16, 2015 12:13 pm
by cambevis
Load is 3-6, cpu 100.

[root@nagiosxi ~]# ls -l /usr/local/nagios/var/spool
total 13832
drwxrwsr-x. 2 nagios nagios 4096 Jun 16 00:27 checkresults
drwxr-xr-x. 2 nagios nagios 14151680 Jun 16 12:12 perfdata
drwxr-xr-x. 2 nagios nagios 4096 Jun 16 12:12 xidpe

Re: High CPU/Load on npcd

Posted: Tue Jun 16, 2015 1:35 pm
by cambevis
Deleted all of perfdata, restarted npcd, took about 2 minutes to climb to a load of 4.

Re: High CPU/Load on npcd

Posted: Tue Jun 16, 2015 3:32 pm
by tgriep
Check these folders to see if the files are spooling up again. Run the following and post the output.

Code: Select all

ls /usr/local/nagios/var/spool/xidpe | wc -l
ls /usr/local/nagios/var/spool/perfdata | wc -l
ls /usr/local/nagios/var/spool/checkresults | wc -l
Can you upload the following files?

Code: Select all

/usr/local/nagios/var/npcd.log
/usr/local/nagios/var/perfdata.log

Re: High CPU/Load on npcd

Posted: Fri Jun 19, 2015 12:08 pm
by cambevis
[root@nagiosxi ~]# ls /usr/local/nagios/var/spool/xidpe | wc -l
2
[root@nagiosxi ~]# ls /usr/local/nagios/var/spool/perfdata | wc -l
32720
[root@nagiosxi ~]# ls /usr/local/nagios/var/spool/checkresults | wc -l

Re: High CPU/Load on npcd

Posted: Fri Jun 19, 2015 12:17 pm
by tgriep
Can you run the following and post the output?

Code: Select all

service npcd status
service crond status
tail -100 /usr/local/nagios/var/npcd.log
tail -100 /usr/local/nagios/var/perfdata.log

Re: High CPU/Load on npcd

Posted: Fri Jun 19, 2015 12:30 pm
by cambevis
BTW, I turned off npcd.

Scenario (I've done this 3x).

Stop npcd
Delete ALL in the spool directories
Start npcd
...wait
...wait
spool files not processed (see [06-19-2015 11:19:05] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553533.perfdata.service'
[06-19-2015 11:19:05] NPCD: ERROR: Executed command exits with return code '2')
spool files building
load climbs
and climbs
I shut down npcd so we can get monitoring



[root@nagiosxi ~]# service npcd status
NPCD not running.
[root@nagiosxi ~]# service crond status
crond (pid 1606) is running...
[root@nagiosxi ~]# tail -100 /usr/local/nagios/var/npcd.log
[06-19-2015 11:19:05] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553533.perfdata.service'
[06-19-2015 11:19:05] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:05] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553548.perfdata.service'
[06-19-2015 11:19:05] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:05] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553563.perfdata.service'
[06-19-2015 11:19:05] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:05] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553593.perfdata.host'
[06-19-2015 11:19:05] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:05] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553593.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553578.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553578.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553608.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553623.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553608.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553638.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553623.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553638.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553668.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553653.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553683.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553653.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553668.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553683.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553698.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553713.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553698.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553713.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553743.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553758.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553743.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553728.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553728.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553773.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553788.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553788.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553773.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553759.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553803.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553803.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553818.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553833.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553818.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553833.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553848.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553863.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553849.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553863.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553893.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553878.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553878.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553893.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553908.perfdata.host'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553923.perfdata.service'
[06-19-2015 11:19:06] NPCD: ERROR: Executed command exits with return code '2'
[06-19-2015 11:19:06] NPCD: ERROR: Command line was '/usr/local/nagios/libexec/process_perfdata.pl -n -b /usr/local/nagios/var/spool/perfdata//1434553938.perfdata.host'
[06-19-2015 11:19:06] NPCD: Caught Termination Signal - Hasta la vista... baby
[root@nagiosxi ~]# tail -100 /usr/local/nagios/var/perfdata.log
2015-06-08 13:32:32 [19553] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19553] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19553] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822612.perfdata.host
2015-06-08 13:32:32 [19553] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822612.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822612.perfdata.host-PID-19553 for bulk update
2015-06-08 13:32:32 [19558] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19558] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19558] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822627.perfdata.service
2015-06-08 13:32:32 [19558] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822627.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822627.perfdata.service-PID-19558 for bulk update
2015-06-08 13:32:32 [19557] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19560] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19560] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19560] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822642.perfdata.host
2015-06-08 13:32:32 [19560] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822642.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822642.perfdata.host-PID-19560 for bulk update
2015-06-08 13:32:32 [19557] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19557] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822612.perfdata.service
2015-06-08 13:32:32 [19557] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822612.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822612.perfdata.service-PID-19557 for bulk update
2015-06-08 13:32:32 [19559] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19559] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19559] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822627.perfdata.host
2015-06-08 13:32:32 [19559] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822627.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822627.perfdata.host-PID-19559 for bulk update
2015-06-08 13:32:32 [19568] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19568] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19568] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822657.perfdata.service
2015-06-08 13:32:32 [19568] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822657.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822657.perfdata.service-PID-19568 for bulk update
2015-06-08 13:32:32 [19570] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19570] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19570] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822672.perfdata.service
2015-06-08 13:32:32 [19570] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822672.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822672.perfdata.service-PID-19570 for bulk update
2015-06-08 13:32:32 [19565] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19569] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19564] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19569] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19569] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822672.perfdata.host
2015-06-08 13:32:32 [19569] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822672.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822672.perfdata.host-PID-19569 for bulk update
2015-06-08 13:32:32 [19564] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19564] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822642.perfdata.service
2015-06-08 13:32:32 [19564] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822642.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822642.perfdata.service-PID-19564 for bulk update
2015-06-08 13:32:32 [19565] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19565] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822657.perfdata.host
2015-06-08 13:32:32 [19565] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822657.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822657.perfdata.host-PID-19565 for bulk update
2015-06-08 13:32:32 [19575] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19574] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19574] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19574] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822687.perfdata.host
2015-06-08 13:32:32 [19574] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822687.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822687.perfdata.host-PID-19574 for bulk update
2015-06-08 13:32:32 [19575] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19575] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822687.perfdata.service
2015-06-08 13:32:32 [19575] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822687.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822687.perfdata.service-PID-19575 for bulk update
2015-06-08 13:32:32 [19578] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19578] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19578] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822702.perfdata.host
2015-06-08 13:32:32 [19578] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822702.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822702.perfdata.host-PID-19578 for bulk update
2015-06-08 13:32:32 [19580] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19579] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19580] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19580] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822717.perfdata.host
2015-06-08 13:32:32 [19580] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822717.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822717.perfdata.host-PID-19580 for bulk update
2015-06-08 13:32:32 [19579] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19579] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822702.perfdata.service
2015-06-08 13:32:32 [19579] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822702.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822702.perfdata.service-PID-19579 for bulk update
2015-06-08 13:32:32 [19588] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19588] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19588] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822732.perfdata.service
2015-06-08 13:32:32 [19588] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822732.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822732.perfdata.service-PID-19588 for bulk update
2015-06-08 13:32:32 [19589] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19589] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19589] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822747.perfdata.host
2015-06-08 13:32:32 [19589] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822747.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822747.perfdata.host-PID-19589 for bulk update
2015-06-08 13:32:32 [19585] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19584] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19585] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19585] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822732.perfdata.host
2015-06-08 13:32:32 [19585] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822732.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822732.perfdata.host-PID-19585 for bulk update
2015-06-08 13:32:32 [19584] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19584] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822717.perfdata.service
2015-06-08 13:32:32 [19584] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822717.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822717.perfdata.service-PID-19584 for bulk update
2015-06-08 13:32:32 [19590] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19590] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19590] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822747.perfdata.service
2015-06-08 13:32:32 [19590] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822747.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822747.perfdata.service-PID-19590 for bulk update
2015-06-08 13:32:32 [19594] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19594] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19594] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822762.perfdata.host
2015-06-08 13:32:32 [19594] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822762.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822762.perfdata.host-PID-19594 for bulk update
2015-06-08 13:32:32 [19595] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19595] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19595] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822762.perfdata.service
2015-06-08 13:32:32 [19595] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822762.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822762.perfdata.service-PID-19595 for bulk update
2015-06-08 13:32:32 [19598] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19598] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19598] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822777.perfdata.host
2015-06-08 13:32:32 [19598] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822777.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822777.perfdata.host-PID-19598 for bulk update
2015-06-08 13:32:32 [19600] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19599] [2] Using Config File /usr/local/nagios/etc/pnp/process_perfdata.cfg parameters
2015-06-08 13:32:32 [19600] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19600] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822792.perfdata.host
2015-06-08 13:32:32 [19600] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822792.perfdata.host to /usr/local/nagios/var/spool/perfdata//1431822792.perfdata.host-PID-19600 for bulk update
2015-06-08 13:32:32 [19599] [1] process_perfdata.pl-0.4.14 starting in BULK Mode called by NPCD
2015-06-08 13:32:32 [19599] [2] searching for /usr/local/nagios/var/spool/perfdata//1431822777.perfdata.service
2015-06-08 13:32:32 [19599] [2] renaming /usr/local/nagios/var/spool/perfdata//1431822777.perfdata.service to /usr/local/nagios/var/spool/perfdata//1431822777.perfdata.service-PID-19599 for bulk update