Search found 2 matches
- Mon Mar 19, 2012 10:53 am
- Forum: Open Source Nagios Projects
- Topic: NAGIOS PERFORMANCE DATA FOR PASSIVE CHECKS NOT RECORDED
- Replies: 3
- Views: 2443
Re: NAGIOS PERFORMANCE DATA FOR PASSIVE CHECKS NOT RECORDED
I run my passive checks as cron jobs: 5,10,15,20,25,30,35,40,45,50,55 * * * * /nscascript/nscacommands the contents of the nscacommands are as below: /nscascript/nsca_wrapper -H netrasrv -S "CPU Load" -C "/usr/local/nagios/libexec/check_load -w 40 -c 70" -N 192.168.253.14 -b /opt...
- Mon Mar 19, 2012 7:43 am
- Forum: Open Source Nagios Projects
- Topic: NAGIOS PERFORMANCE DATA FOR PASSIVE CHECKS NOT RECORDED
- Replies: 3
- Views: 2443
NAGIOS PERFORMANCE DATA FOR PASSIVE CHECKS NOT RECORDED
Hi all. I have installed nagios on a stand alone server and am monitoring a large number of hosts. I am currently using passive host checks for majority of the hosts. My major problem is that the passive checks are received but then no performance data is recorded in the performance data log file. I...