43 lines
884 B
YAML
43 lines
884 B
YAML
|
---
|
||
|
prometheus_snmp__modules_eaton:
|
||
|
version: 1
|
||
|
auth:
|
||
|
community: "{{ vault_snmp_eaton_community }}"
|
||
|
walk:
|
||
|
- sysUpTime
|
||
|
#- upsBattery
|
||
|
#- xupsBattery
|
||
|
#- xupsInput
|
||
|
- xupsInput
|
||
|
- xupsOutput
|
||
|
- xupsBypass
|
||
|
- xupsEnvironment
|
||
|
- xupsBattery
|
||
|
- xupsConfig
|
||
|
lookups:
|
||
|
- source_indexes:
|
||
|
- xupsInputPhase
|
||
|
lookup: xupsInputName
|
||
|
- source_indexes:
|
||
|
- xupsOutputPhase
|
||
|
lookup: xupsOutputName
|
||
|
- source_indexes:
|
||
|
- xupsBypassPhase
|
||
|
lookup: xupsBypassName
|
||
|
overrides:
|
||
|
#upsBatteryStatus:
|
||
|
# type: EnumAsStateSet
|
||
|
xupsInputId:
|
||
|
type: EnumAsStateSet
|
||
|
xupsOutputId:
|
||
|
type: EnumAsStateSet
|
||
|
xupsBypassId:
|
||
|
type: EnumAsStateSet
|
||
|
xupsOutputSource:
|
||
|
type: EnumAsStateSet
|
||
|
xupsBatteryAbmStatus:
|
||
|
type: EnumAsStateSet
|
||
|
xupsContactType:
|
||
|
type: EnumAsStateSet
|
||
|
...
|