prometheus_snmp: remove index on pwr + add snAgentTemp

pull/106/head
jeltz 7 months ago
parent 6728d2bb00
commit 69701f4875
Signed by: jeltz
GPG Key ID: 800882B66C0C3326

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

Loading…
Cancel
Save