prometheus_snmp: add snChasPwr and snNTP

This commit is contained in:
jeltz 2023-11-01 06:30:47 +01:00
parent be261ab257
commit 6728d2bb00
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -16,6 +16,8 @@ prometheus_snmp__modules:
- snAgentCpuUtilPercent
- snAgent
- snChasFan
- snChasPwr
- snNTP
lookups:
- source_indexes:
- ifIndex
@ -29,6 +31,9 @@ prometheus_snmp__modules:
- source_indexes:
- snChasFanIndex
lookup: snChasFanDescription
- source_indexes:
- snChasPwrSupplyIndex
lookup: snChasPwrSupplyDescription
overrides:
ifIndex:
ignore: true
@ -42,4 +47,8 @@ prometheus_snmp__modules:
ignore: true
snChasFanDescription:
ignore: true
snChasPwrSupplyIndex:
ignore: true
snChasPwrSupplyDescription:
ignore: true
...