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
|
||||
- snAgentCpuUtilPercent
|
||||
- snAgent
|
||||
- snChasFan
|
||||
lookups:
|
||||
- source_indexes:
|
||||
- ifIndex
|
||||
|
@ -25,11 +26,20 @@ prometheus_snmp__modules:
|
|||
- source_indexes:
|
||||
- ifIndex
|
||||
lookup: ifName
|
||||
- source_indexes:
|
||||
- snChasFanIndex
|
||||
lookup: snChasFanDescription
|
||||
overrides:
|
||||
ifIndex:
|
||||
ignore: true
|
||||
ifAlias:
|
||||
ignore: true
|
||||
ifDescr:
|
||||
ignore: true
|
||||
ifName:
|
||||
ignore: true
|
||||
snChasFanIndex:
|
||||
ignore: true
|
||||
snChasFanDescription:
|
||||
ignore: true
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue