prometheus_snmp: change snChasFanOperStatus type

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

View file

@ -54,4 +54,6 @@ prometheus_snmp__modules:
ignore: true
snAgentTempSensorDescr:
ignore: true
snChasFanOperStatus:
type: EnumAsStateSet
...