Search found 2 matches
- Thu Mar 20, 2014 4:19 am
- Forum: Open Source Nagios Projects
- Topic: performance data not processed for all services
- Replies: 2
- Views: 1848
Re: performance data not processed for all services
Hi, thanks for that hint. That gave me the solution. I checked the source of the check_snmp_*.pl plugins, they have a nice option: sub check_options { Getopt::Long::Configure ("bundling"); GetOptions( ... 'f' => \$o_perf, 'perfparse' => \$o_perf, 'T:s' => \$o_check_type, 'type:s' => \$o_ch...
- Wed Mar 19, 2014 3:48 am
- Forum: Open Source Nagios Projects
- Topic: performance data not processed for all services
- Replies: 2
- Views: 1848
performance data not processed for all services
Hi, I had moved my nagios3 server from a ubuntu 10.04 machine to debian7. (now version 3.4.1) So far everything works fine with nagios itself. Additionally I had moved nagiosgrapher also to debian, I like to graph services, for example: http (time), cpuload and mem/swap. For cpuload and swap I use c...