|
From: <buc...@us...> - 2011-01-14 14:00:21
|
Revision: 191
http://devmon.svn.sourceforge.net/devmon/?rev=191&view=rev
Author: buchanmilne
Date: 2011-01-14 14:00:15 +0000 (Fri, 14 Jan 2011)
Log Message:
-----------
Fix "No SNMP data" avoidance
Modified Paths:
--------------
trunk/modules/dm_tests.pm
Modified: trunk/modules/dm_tests.pm
===================================================================
--- trunk/modules/dm_tests.pm 2011-01-14 13:32:06 UTC (rev 190)
+++ trunk/modules/dm_tests.pm 2011-01-14 14:00:15 UTC (rev 191)
@@ -179,7 +179,7 @@
if (!defined $num or !defined $snmp->{$num}
or !defined $snmp->{$num}{'val'} )
{
- do_log("No SNMP data found for $oid on $device", 0) if ($g{'color'}{$device} eq 'green');
+ do_log("No SNMP data found for $oid on $device", 0) if ($g{'hobbit_color'}{$device} eq 'green');
next
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|