thank you again. Problem resolved.
Search found 63 matches
- Wed Sep 11, 2013 6:25 pm
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
Re: RRD Performance Graphs having trouble
Thank you for your help: slansing, abrist and sreinhardt. It looks like the RRD graphs are working as they should. It's been running collecting/reaping data for a few hours now and it looks good!
thank you again. Problem resolved.

thank you again. Problem resolved.
- Wed Sep 11, 2013 11:21 am
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
Re: RRD Performance Graphs having trouble
it's working hard on deleting all those files... for a while.
Thanks. When it finishes sometime next year I'll let you know.
Code: Select all
localhost Current Load CRITICAL - load average: 16.99, 16.46, 13.45Thanks. When it finishes sometime next year I'll let you know.
- Tue Sep 10, 2013 7:16 pm
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
Re: RRD Performance Graphs having trouble
The wait and suspense was killing me. I deleted the file /usr/local/nagios/var/spool/perfdata/1334648935.perfdata.host-PID-5427.
- Tue Sep 10, 2013 6:34 pm
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
Re: RRD Performance Graphs having trouble
You have a file that is not being reaped. Try to remove it: rm /usr/local/nagios/var/spool/xidpe/1334648935.perfdata.host-PID-5427 Additionally, lets check the number of files in the folder: ls /usr/local/nagios/var/spool/xidpe/ | wc -l [root@nagios ~]# rm /usr/local/nagios/var/spool/xidpe/13346489...
- Tue Sep 10, 2013 3:43 pm
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
Re: RRD Performance Graphs having trouble
logs posted above.
thx
thx
- Tue Sep 10, 2013 2:41 pm
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
Re: RRD Performance Graphs having trouble
Ok, made the changes. Waiting 15 minutes then I'll edit this post with the logs. Here is the result of restarting the npcd service: [root@nagios ~]# service npcd restart NPCD Stopped. DEBUG: Config File = /usr/local/nagios/etc/pnp/npcd.cfg CONFIG_OPT_LOGTYPE = file CONFIG_OPT_LOGFILE = /usr/local/na...
- Tue Sep 10, 2013 2:23 pm
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
Re: RRD Performance Graphs having trouble
Do the graph explorer graphs still work? The graphs load w/o errors shown on screen. The first three graphs, Top Alerts Last 24hrs , Host Health and Service Health all show data for the current time/date. The last two graphs show data if I am able to set the date filter to anything before 05/09/201...
- Tue Sep 10, 2013 1:59 pm
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
Re: RRD Performance Graphs having trouble
First, lets check the relevant logs: tail -25 /usr/local/nagios/var/perfdata.log Post the output in code wraps. [root@nagios ~]# tail -25 /usr/local/nagios/var/perfdata.log 2012-06-02 06:46:23 [24532] [0] *** TIMEOUT: Timeout after 5 secs. *** 2012-06-02 06:46:23 [24532] [0] *** TIMEOUT: Deleting c...
- Tue Sep 10, 2013 1:57 pm
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
Re: RRD Performance Graphs having trouble
Let's make sure everything is running and that there are not major issues preventing perfdata processing. ps aux | grep npcd service npcd status ll /usr/local/nagios/share/perfdata/ ll /usr/local/nagios/var/spool/perfdata/ | wc -l ll /usr/local/nagios/var/spool/perfdata/ ll -d /usr/local/nagios/var...
- Tue Sep 10, 2013 12:56 pm
- Forum: Nagios XI
- Topic: RRD Performance Graphs having trouble
- Replies: 18
- Views: 3496
RRD Performance Graphs having trouble
CentOS release 5.9 (Final) / Linux 2.6.18-348.16.1.el5 i686 32bit 2012R2.3 Manual Install of XI Are you using a proxy: transparent Are you using SSL: No ***************************************************** I've walked through the forum and found multiple issues like mine and I've applied the sugges...