mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Arista EOS, use sysObjectID for detection (to include vEOS) (#13534)
Also, simplify regex
This commit is contained in:
@@ -9,8 +9,7 @@ over:
|
|||||||
- { graph: device_mempool, text: 'Memory Usage' }
|
- { graph: device_mempool, text: 'Memory Usage' }
|
||||||
discovery:
|
discovery:
|
||||||
-
|
-
|
||||||
sysDescr:
|
sysObjectID: .1.3.6.1.4.1.30065.1
|
||||||
- Arista Networks EOS
|
|
||||||
poller_modules:
|
poller_modules:
|
||||||
wireless: false
|
wireless: false
|
||||||
ipmi: false
|
ipmi: false
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
modules:
|
modules:
|
||||||
os:
|
os:
|
||||||
sysDescr_regex: '/.+ version (?<version>.+) running on .+ (?<hardware>\S+)$/'
|
sysDescr_regex: '/ version (?<version>.+) running on .+ (?<hardware>\S+)$/'
|
||||||
serial: ENTITY-MIB::entPhysicalSerialNum.1
|
serial: ENTITY-MIB::entPhysicalSerialNum.1
|
||||||
|
Reference in New Issue
Block a user