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