Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
Description
MikroTik RouterOS supports monitoring of UPSs via the serial port (or USB-serial adapter). It also supports the UPS-MIB.
https://wiki.mikrotik.com/wiki/Manual:System/UPS
Could we get the UPS-MIB added to the MikroTik OS definition in includes/definitions/os.inc.php ?
includes/definitions/os.inc.php |
// Mikrotik |
|
$os = "routeros"; |
$config['os'][$os]['text'] = "Mikrotik RouterOS"; |
.
|
.
|
.
|
$config['os'][$os]['mibs'][] = "MIKROTIK-MIB"; |
+$config['os'][$os]['mibs'][] = "UPS-MIB"; |
Thanks.
Added in r9386.