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
|
- 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
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue