Changeset 3867
- Timestamp:
- 08/19/10 11:19:21 (1 year ago)
- Files:
-
- trunk/plugins/lib/Munin/Plugin/SNMP.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/lib/Munin/Plugin/SNMP.pm
r3563 r3867 477 477 my $response = $handle->get_request($oid); 478 478 479 if (!defined $response->{$oid} or $handle->error_status ) {479 if (!defined $response->{$oid} or $handle->error_status or $response->{$oid} eq 'noSuchObject') { 480 480 print STDERR "# Error getting $oid: ",$handle->error(),"\n" 481 481 if $DEBUG;
