mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add procera MIBS * Add Channel ports to procera * Fix whitespace * CI Fix * Remove unnecessary procera mib_dir * Use snmpwalk_group * CI fix * Add more fields and change depth to snmpgroup_walk * Minor style updates * Add interface regex to procera.yaml
16 lines
360 B
YAML
16 lines
360 B
YAML
os: procera
|
|
type: network
|
|
group: unix
|
|
text: 'Procera Networks'
|
|
icon: procera
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_processor, text: 'Processor Usage' }
|
|
- { graph: device_mempool, text: 'Memory Usage' }
|
|
processor_stacked: 1
|
|
discovery:
|
|
- sysObjectId:
|
|
- .1.3.6.1.4.1.15397.2
|
|
bad_if_regexp: '/^pl[0-9]+$/'
|
|
|