mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
HP Fault Traps (#13254)
* HP Fault Trap * Add typehints * Fix style * Fix style * Try to fix wrong test * Next try
This commit is contained in:
@@ -105,5 +105,6 @@ return [
|
||||
'UPS-MIB::upsTraps.0.1' => \LibreNMS\Snmptrap\Handlers\UpsTrapsOnBattery::class,
|
||||
'VEEAM-MIB::onBackupJobCompleted' => \LibreNMS\Snmptrap\Handlers\VeeamBackupJobCompleted::class,
|
||||
'VEEAM-MIB::onVmBackupJobCompleted' => \LibreNMS\Snmptrap\Handlers\VeeamVmBackupJobCompleted::class,
|
||||
'HP-ICF-FAULT-FINDER-MIB::hpicfFaultFinderTrap' => \LibreNMS\Snmptrap\Handlers\HpFault::class,
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user