prometheus_snmp: remove index on pwr + add snAgentTemp

This commit is contained in:
jeltz 2023-11-01 06:41:31 +01:00
parent 6728d2bb00
commit 69701f4875
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -17,6 +17,7 @@ prometheus_snmp__modules:
- snAgent - snAgent
- snChasFan - snChasFan
- snChasPwr - snChasPwr
- snAgentTemp
- snNTP - snNTP
lookups: lookups:
- source_indexes: - source_indexes:
@ -32,8 +33,9 @@ prometheus_snmp__modules:
- snChasFanIndex - snChasFanIndex
lookup: snChasFanDescription lookup: snChasFanDescription
- source_indexes: - source_indexes:
- snChasPwrSupplyIndex - snAgentTempSlotNum
lookup: snChasPwrSupplyDescription - snAgentTempSensorId
lookup: snAgentTempSensorDescr
overrides: overrides:
ifIndex: ifIndex:
ignore: true ignore: true
@ -49,6 +51,6 @@ prometheus_snmp__modules:
ignore: true ignore: true
snChasPwrSupplyIndex: snChasPwrSupplyIndex:
ignore: true ignore: true
snChasPwrSupplyDescription: snAgentTempSensorDescr:
ignore: true ignore: true
... ...