Search found 6 matches
- Tue Dec 18, 2012 1:31 pm
- Forum: Nagios XI
- Topic: perfdata not running
- Replies: 7
- Views: 3336
Re: perfdata not running
This didn't work either ... (didn't see any php commands). Is there a way to check the cron logs? -rw-r--r-- 1 nagios nagios 0 Dec 13 18:59 nom.log -rw-r--r-- 1 nagios nagios 0 Dec 13 18:59 reportengine.log -rw-r--r-- 1 nagios users 0 Dec 13 18:59 corelog.diff -rw-r--r-- 1 nagios users 6 Dec 13 18:5...
- Tue Dec 18, 2012 11:35 am
- Forum: Nagios XI
- Topic: perfdata not running
- Replies: 7
- Views: 3336
Re: perfdata not running
$ service crond restart Stopping crond: [ OK ] Starting crond: [ OK ] $ ps -ef |grep crond |grep -v grep root 17687 1 0 11:28 ? 00:00:00 crond (this looks like it didn't help. It was the first thing that I did before replying to this post and the files are still building up in xipde folder) looks l...
- Tue Dec 18, 2012 8:38 am
- Forum: Nagios XI
- Topic: perfdata not running
- Replies: 7
- Views: 3336
Re: perfdata not running
*update* when manually moving all the files located in this folder /usr/local/nagios/var/spool/xidpe/ to /usr/local/nagios/var/spool/perfdata/ npcd picks them up and proccess then and I get the graphs that I want. So the issue is with the php "cron" file. I can put a linux cron work around...
- Mon Dec 17, 2012 4:24 pm
- Forum: Nagios XI
- Topic: perfdata not running
- Replies: 7
- Views: 3336
perfdata not running
Hello There, I have an strange issue with graph data. 1/ I have restated all of the services a number of times (nagios, npcd, ndo2db) 2/ I have also noticed that files are been written into: /usr/local/nagios/var/spool/xidpe. (I have also sopped all services / removed this folder and recreated it pe...
- Tue Oct 16, 2012 8:27 am
- Forum: Nagios XI
- Topic: Added new metric to check script - no graph for it
- Replies: 2
- Views: 861
Re: Added new metric to check script - no graph for it
Thank you for the quick response.
in a cheezy Sean Connery accent:
"worked like a charm!"
Just one other thing (as was new to rrd files), you can run rrdtool info <yourfilename> to get the data ID required for the script
in a cheezy Sean Connery accent:
"worked like a charm!"
Just one other thing (as was new to rrd files), you can run rrdtool info <yourfilename> to get the data ID required for the script
- Mon Oct 15, 2012 3:39 pm
- Forum: Nagios XI
- Topic: Added new metric to check script - no graph for it
- Replies: 2
- Views: 861
Added new metric to check script - no graph for it
Nagios XI 2011R3.3 OS: redhat 6.2 First off some background. I download and added a plugin from nagios exchange, plugin output was as expected, graphs were been generated as expected. The issue was that I need to capture one other piece of data from this plugin. I modified the script and again the o...