mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Updated Aruba ClearPass appliance detection for new sysObjectId * Change the correct snmprec test file this time * Create a new ClearPass variant and leave the original one as it was * Restore old clearpass match
19 lines
441 B
YAML
19 lines
441 B
YAML
os: clearpass
|
|
text: 'Aruba Clearpass'
|
|
type: appliance
|
|
icon: aruba
|
|
over:
|
|
- { graph: device_bits, text: 'Device Traffic' }
|
|
- { graph: device_storage, text: Storage }
|
|
discovery:
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.8072.3.2.10
|
|
sysDescr_regex:
|
|
- '/^ClearPass Policy Manager/'
|
|
-
|
|
sysObjectID:
|
|
- .1.3.6.1.4.1.14823.1.6.
|
|
sysDescr:
|
|
- 'ClearPass Policy Manager'
|