prometheus_snmp: add snChasFan
This commit is contained in:
parent
13f22bc7b8
commit
be261ab257
1 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,7 @@ prometheus_snmp__modules:
|
||||||
- sysUpTime
|
- sysUpTime
|
||||||
- snAgentCpuUtilPercent
|
- snAgentCpuUtilPercent
|
||||||
- snAgent
|
- snAgent
|
||||||
|
- snChasFan
|
||||||
lookups:
|
lookups:
|
||||||
- source_indexes:
|
- source_indexes:
|
||||||
- ifIndex
|
- ifIndex
|
||||||
|
@ -25,11 +26,20 @@ prometheus_snmp__modules:
|
||||||
- source_indexes:
|
- source_indexes:
|
||||||
- ifIndex
|
- ifIndex
|
||||||
lookup: ifName
|
lookup: ifName
|
||||||
|
- source_indexes:
|
||||||
|
- snChasFanIndex
|
||||||
|
lookup: snChasFanDescription
|
||||||
overrides:
|
overrides:
|
||||||
|
ifIndex:
|
||||||
|
ignore: true
|
||||||
ifAlias:
|
ifAlias:
|
||||||
ignore: true
|
ignore: true
|
||||||
ifDescr:
|
ifDescr:
|
||||||
ignore: true
|
ignore: true
|
||||||
ifName:
|
ifName:
|
||||||
ignore: true
|
ignore: true
|
||||||
|
snChasFanIndex:
|
||||||
|
ignore: true
|
||||||
|
snChasFanDescription:
|
||||||
|
ignore: true
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue