예제 #1
0
파일: tests.py 프로젝트: jnovinger/monscale
 def test_snmp_string(self):
     print(get_variable(SNMP_HOST, SNMP_PORT, SNMP_COMMUNITY, ".1.3.6.1.4.1.2021.11.9.0"))
예제 #2
0
파일: tests.py 프로젝트: jnovinger/monscale
 def test_snmp_tuple(self):
     print(get_variable(SNMP_HOST, SNMP_PORT, SNMP_COMMUNITY, (1, 3, 6, 1, 4, 1, 2021, 11, 9, 0)))