mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Added models in hirshmann definition file * Added Hirschmann_ms4128.snmprec to ~/tests/snmpsim * Generic SysObjectID * Some devices are not replying with all the table data * fix tests accordingly * add more sensors * Move Temperature to YAML Discovery and polling are currently buggy, this will fix it and make it capable of handling more than one temp sensor. History of temperatures will be lost here. --------- Co-authored-by: PipoCanaja <38363551+PipoCanaja@users.noreply.github.com>
13 lines
306 B
YAML
13 lines
306 B
YAML
os: hirschmann
|
|
text: 'Hirschmann'
|
|
type: network
|
|
icon: hirschmann
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'CPU Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.248.14.10
|