Search found 6 matches
- Wed Feb 22, 2012 3:24 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp_process unknown state
- Replies: 3
- Views: 2360
Re: check_snmp_process unknown state
Of course I would share it. I will talk to the person who made the script.
- Sat Feb 18, 2012 3:46 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp_process unknown state
- Replies: 3
- Views: 2360
Re: check_snmp_process unknown state
I have analyzed this further and found this code in check_snmp_process.pl: $found_value= ($res_cpu-$file_values[$j][1]) / ($timenow - $file_values[$j][0] ); if ($found_value <0) { # in case of program restart $j=0;$found_value=undef; # don't look for more values $n_rows=0; # reset file } This clears...
- Wed Feb 15, 2012 5:01 am
- Forum: Open Source Nagios Projects
- Topic: Scheduling downtime for many services
- Replies: 5
- Views: 2046
Re: Scheduling downtime for many services
With this: define servicegroup { servicegroup_name ove-test members *,ntp } I get this: Error: Could not find a service matching host name '*' and description 'ntp' (config file '/etc/nagios3/conf.d/servicegroup.cfg', starting on line 24) Error: Could not expand member services specified in serviceg...
- Mon Feb 13, 2012 2:57 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios install on Debian Squeeze problematic
- Replies: 4
- Views: 2273
Re: Nagios install on Debian Squeeze problematic
Unless there is something you know that you need in the latest version I would always recommend going with what is packaged in your distribution.
It generally gives you a much smoother ride.
Just my 2 cents.
It generally gives you a much smoother ride.
Just my 2 cents.
- Mon Feb 13, 2012 3:35 am
- Forum: Open Source Nagios Projects
- Topic: check_snmp_process unknown state
- Replies: 3
- Views: 2360
check_snmp_process unknown state
Hello, Several times per day I get an unknown state from all my check_snmp_processes checks. This started after I enabled the memory and cpu part. When it returns an unknown state the service returns this: 11 process matching apache2 (> 0), Mem : 8.2Mb OK, No data for CPU (1 line(s)):UNKNOWN. I chec...
- Wed Feb 01, 2012 3:43 pm
- Forum: Open Source Nagios Projects
- Topic: Adaptive monitoring and cluster check
- Replies: 0
- Views: 1099
Adaptive monitoring and cluster check
Hello, I have a firewall cluster that runs dhcp on the external interface (This is my home network and my isp only supports dhcp unfortunatly). Anyway, During a failover I disable the external interface on the inactive firewall, I would like for nagios to report the interface as OK since when the fi...