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
|
- snAgentCpuUtilPercent
|
||||||
- snAgent
|
- snAgent
|
||||||
- snChasFan
|
- snChasFan
|
||||||
|
- snChasPwr
|
||||||
|
- snNTP
|
||||||
lookups:
|
lookups:
|
||||||
- source_indexes:
|
- source_indexes:
|
||||||
- ifIndex
|
- ifIndex
|
||||||
|
@ -29,6 +31,9 @@ prometheus_snmp__modules:
|
||||||
- source_indexes:
|
- source_indexes:
|
||||||
- snChasFanIndex
|
- snChasFanIndex
|
||||||
lookup: snChasFanDescription
|
lookup: snChasFanDescription
|
||||||
|
- source_indexes:
|
||||||
|
- snChasPwrSupplyIndex
|
||||||
|
lookup: snChasPwrSupplyDescription
|
||||||
overrides:
|
overrides:
|
||||||
ifIndex:
|
ifIndex:
|
||||||
ignore: true
|
ignore: true
|
||||||
|
@ -42,4 +47,8 @@ prometheus_snmp__modules:
|
||||||
ignore: true
|
ignore: true
|
||||||
snChasFanDescription:
|
snChasFanDescription:
|
||||||
ignore: true
|
ignore: true
|
||||||
|
snChasPwrSupplyIndex:
|
||||||
|
ignore: true
|
||||||
|
snChasPwrSupplyDescription:
|
||||||
|
ignore: true
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue