prometheus_snmp: add snChasFan

This commit is contained in:
jeltz 2023-11-01 06:11:27 +01:00
parent 13f22bc7b8
commit be261ab257
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -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
... ...