mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Initial Siemens Scalance X switch support * updated mempool definitions to pass unit tests * sysDescr parsing changes and MIB rename * further sysDescr parsing cleanup * test data updated after sysDescr parsing changes * discovery yaml formatting * processor and mempool discovery yaml redone in PHP to overcome snmptable issues * StyleCI fixes to PHP * StyleCI fixes to PHP * StyleCI fixes to PHP * incorrect file location after StyleCI fixes * removed redundant processor discovery code
14 lines
326 B
YAML
14 lines
326 B
YAML
os: scalance
|
|
text: 'Siemens SCALANCE'
|
|
type: network
|
|
icon: siemens
|
|
group: siemens
|
|
ifname: true
|
|
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.4329.6.1.2.1
|