Added snmp trap OnBattery for UPS-MIB

This commit is contained in:
TheGreatDoc
2020-06-04 08:10:05 +02:00
parent b6875b73c7
commit 71e87975fe
2 changed files with 49 additions and 0 deletions

View File

@@ -101,5 +101,6 @@ return [
'VMWARE-VMINFO-MIB::vmwVmSuspended' => \LibreNMS\Snmptrap\Handlers\VmwVmSuspended::class,
'OSPF-TRAP-MIB::ospfIfStateChange' => \LibreNMS\Snmptrap\Handlers\OspfIfStateChange::class,
'OSPF-TRAP-MIB::ospfNbrStateChange' => \LibreNMS\Snmptrap\Handlers\OspfNbrStateChange::class,
'UPS-MIB::upsTraps.0.1' => \LibreNMS\Snmptrap\Handlers\UpsTrapsOnBattery::class,
]
];