summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/snmp_agent_uptime/task.py
diff options
context:
space:
mode:
authorbc1610@student.uni-lj.si <bc1610@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2014-12-12 13:16:16 +0000
committerbc1610@student.uni-lj.si <bc1610@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2014-12-12 13:16:16 +0000
commitdc3873dc28151db844d49368d62cbcea48b23473 (patch)
treecff7b56ae0a7909fd4446d1fb46a7939bd6749f4 /kpov_judge/tasks/snmp_agent_uptime/task.py
parentc6807b52ffcb9628a28f1d292ce3fcb1eed53d9a (diff)
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@44 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/snmp_agent_uptime/task.py')
-rw-r--r--kpov_judge/tasks/snmp_agent_uptime/task.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpov_judge/tasks/snmp_agent_uptime/task.py b/kpov_judge/tasks/snmp_agent_uptime/task.py
index a299b6b..38072f8 100644
--- a/kpov_judge/tasks/snmp_agent_uptime/task.py
+++ b/kpov_judge/tasks/snmp_agent_uptime/task.py
@@ -107,8 +107,8 @@ def task(SNMP_VALUE, SNMP_OID_ON_SERVER, SNMP_OID_ON_CLIENT):
# read data from SNMP server
import netsnmp
session = netsnmp.Session(DestHost=SNMP_VALUE['type'],Version=2,Community='public')
- vars=netsnmp.VarList(netsnmp.Varbind('.1.3.6.1.2.1.255.1.1')
-
+ vars=netsnmp.VarList(netsnmp.Varbind(SNMP_OID_SERVER['type'])
+
return session.get(vars)