mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user