Files
Danek Duvall 7348c156a8 ValueError exception when SNMP returns NoSuchObject
When an SNMP server doesn't implement a particular variable, pysnmp gives
us back a NoSuchObject object.  We can check for that when we fail to
convert the value to the type we're expecting it to be and safely return
None instead.

Change-Id: Ideb7ab68a0d3c6f0d133fafe020309c19cbdd7c7
Closes-Bug: #1611515
2016-08-10 14:04:54 -07:00
..