Fix Sentry3 voltage sensor discovery (#9714)

* Fix Sentry3 voltage sensor discovery

Previous fix broke voltage sensor discovery with superfluous .1 in the SNMP OID.  I have fixed my install with this patch but other testing should probably be done.

* Update sentry3.json
This commit is contained in:
dharpster
2019-01-22 17:11:26 -06:00
committed by Tony Murray
parent 9d843650b7
commit fa8d7a008d
2 changed files with 8 additions and 204 deletions
@@ -10,7 +10,7 @@ foreach ($oids as $index => $first) {
$valid['sensor'],
'voltage',
$device,
".1.3.6.1.4.1.1718.3.2.2.1.11.1.$index.$end",
".1.3.6.1.4.1.1718.3.2.2.1.11.$index.$end",
$index,
'sentry3',
'Tower ' . $index,