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 - snAgentCpuUtilPercent
- snAgent - snAgent
- snChasFan - snChasFan
- snChasPwr
- snNTP
lookups: lookups:
- source_indexes: - source_indexes:
- ifIndex - ifIndex
@ -29,6 +31,9 @@ prometheus_snmp__modules:
- source_indexes: - source_indexes:
- snChasFanIndex - snChasFanIndex
lookup: snChasFanDescription lookup: snChasFanDescription
- source_indexes:
- snChasPwrSupplyIndex
lookup: snChasPwrSupplyDescription
overrides: overrides:
ifIndex: ifIndex:
ignore: true ignore: true
@ -42,4 +47,8 @@ prometheus_snmp__modules:
ignore: true ignore: true
snChasFanDescription: snChasFanDescription:
ignore: true ignore: true
snChasPwrSupplyIndex:
ignore: true
snChasPwrSupplyDescription:
ignore: true
... ...