prometheus_snmp: set snChasPwrSupplyOperStatus type

This commit is contained in:
jeltz 2023-11-01 17:14:07 +01:00
parent 9524f29d1f
commit a00a9b123f
Signed by: jeltz
GPG key ID: 800882B66C0C3326

View file

@ -56,4 +56,6 @@ prometheus_snmp__modules:
ignore: true
snChasFanOperStatus:
type: EnumAsStateSet
snChasPwrSupplyOperStatus:
type: EnumAsStateSet
...