mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add Montclair EDFA Support * Fix detecton Used explicit match regex --------- Co-authored-by: Tony Murray <murraytony@gmail.com>
16 lines
326 B
YAML
16 lines
326 B
YAML
os: montclair-edfa
|
|
text: Montclair EDFA
|
|
type: network
|
|
ifname: true
|
|
empty_ifdescr: true
|
|
mib_dir: montclair
|
|
icon: montclair
|
|
over:
|
|
- { graph: device_dbm, text: 'Optical Power' }
|
|
- { graph: device_temperature, text: 'Device Temperature' }
|
|
|
|
discovery:
|
|
-
|
|
sysObjectID_regex:
|
|
- "/^.1.3.6.1.4.1.1385$/"
|