mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: ServerTech discovery (#7668)
This should be using sysObjectID snmprec updated from stats and ticket. fixes: #7654
This commit is contained in:
committed by
Neil Lathwood
parent
e5f6742cc3
commit
1e7ed0784e
@@ -7,13 +7,5 @@ icon: servertech
|
||||
mib_dir:
|
||||
- sentry
|
||||
discovery:
|
||||
-
|
||||
sysDescr:
|
||||
- Switched
|
||||
- Smart
|
||||
snmpget:
|
||||
oid: serverTech.4.1.1.1.3.0
|
||||
mib: Sentry3-MIB
|
||||
mibdir: sentry
|
||||
op: regex
|
||||
value: '/[^\s]* [0-7]/'
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.1718.3
|
||||
|
@@ -7,13 +7,7 @@ icon: servertech
|
||||
mib_dir:
|
||||
- sentry
|
||||
discovery:
|
||||
-
|
||||
sysDescr:
|
||||
- Switched
|
||||
- Smart
|
||||
snmpget:
|
||||
oid: serverTech.4.1.1.1.3.0
|
||||
mib: Sentry3-MIB
|
||||
mibdir: sentry
|
||||
op: regex
|
||||
value: '/[^\s]* [^0-7]/'
|
||||
discovery:
|
||||
- sysObjectId:
|
||||
- .1.3.6.1.4.1.1718.4
|
||||
|
||||
|
@@ -1,2 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Sentry Smart Something
|
||||
1.3.6.1.4.1.1718.4.1.1.1.3.0|4|0 7
|
||||
1.3.6.1.2.1.1.1.0|4|Sentry Smart CDU
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1718.3
|
||||
|
@@ -1,3 +1,2 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Sentry Switched CDU
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1718.3
|
||||
1.3.6.1.4.1.1718.4.1.1.1.3.0|4|0 7
|
||||
|
@@ -1,2 +1,3 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Sentry Smart Something
|
||||
1.3.6.1.2.1.1.1.0|4|Sentry Smart PDU
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1718.4
|
||||
1.3.6.1.4.1.1718.4.1.1.1.3.0|4|0 8
|
||||
|
@@ -1,2 +1,3 @@
|
||||
1.3.6.1.2.1.1.1.0|4|Sentry Switched Something
|
||||
1.3.6.1.2.1.1.1.0|4|Sentry Switched CDU
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1718.4
|
||||
1.3.6.1.4.1.1718.4.1.1.1.3.0|4|0 8
|
||||
|
Reference in New Issue
Block a user