prometheus_snmp: add snChasPwr and snNTP
This commit is contained in:
parent
be261ab257
commit
6728d2bb00
1 changed files with 9 additions and 0 deletions
|
@ -16,6 +16,8 @@ prometheus_snmp__modules:
|
|||
- snAgentCpuUtilPercent
|
||||
- snAgent
|
||||
- snChasFan
|
||||
- snChasPwr
|
||||
- snNTP
|
||||
lookups:
|
||||
- source_indexes:
|
||||
- ifIndex
|
||||
|
@ -29,6 +31,9 @@ prometheus_snmp__modules:
|
|||
- source_indexes:
|
||||
- snChasFanIndex
|
||||
lookup: snChasFanDescription
|
||||
- source_indexes:
|
||||
- snChasPwrSupplyIndex
|
||||
lookup: snChasPwrSupplyDescription
|
||||
overrides:
|
||||
ifIndex:
|
||||
ignore: true
|
||||
|
@ -42,4 +47,8 @@ prometheus_snmp__modules:
|
|||
ignore: true
|
||||
snChasFanDescription:
|
||||
ignore: true
|
||||
snChasPwrSupplyIndex:
|
||||
ignore: true
|
||||
snChasPwrSupplyDescription:
|
||||
ignore: true
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue