From 4a4b3a5a5309d5925935bf8a66851dce98c5eb4e Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 10 Jun 2013 05:08:22 +0200 Subject: [PATCH] wthat the hack is an oid.... :)))) --- lib/services/snmpget.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/snmpget.py b/lib/services/snmpget.py index 68652e6..38357d6 100644 --- a/lib/services/snmpget.py +++ b/lib/services/snmpget.py @@ -32,7 +32,7 @@ class SnmpgetService(Service): errorIndication, errorStatus, errorIndex, varBinds = cmdGen.getCmd( cmdgen.CommunityData(self.community), cmdgen.UdpTransportTarget((self.host, self.port)), - cmdgen.MibVariable('.1.3.6.1.4.1.2021.10.1.3.1') # linux system load + cmdgen.MibVariable(self.oid) ) if errorIndication: