mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* basic hatteras dslam integration * snmprec and json test files * fix HN4000e variant * add hn4000e variant * logo and yaml fixes * change type in test file * inexistent(?) disco module removed: route * Update hatteras.yaml Co-authored-by: Tony Murray <murraytony@gmail.com>
19 lines
334 B
YAML
19 lines
334 B
YAML
os: hatteras
|
|
text: 'Hatteras Overdue DSLAM'
|
|
type: network
|
|
icon: hatteras
|
|
|
|
empty_ifdescr: true
|
|
ifname: true
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
discovery:
|
|
- sysDescr:
|
|
- HN4000-I
|
|
- HN4000e
|
|
bad_if:
|
|
- notPresent
|
|
- serConsole
|
|
good_if:
|
|
- ras #all interfaces has 'Hatteras' in it...
|