prometheus_snmp: remove index on pwr + add snAgentTemp
This commit is contained in:
parent
6728d2bb00
commit
69701f4875
1 changed files with 5 additions and 3 deletions
|
@ -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…
Reference in a new issue