Hello I’am checking the sensor component but I have criticals when ethernet is down and as no amperes which is normal.
Sensor 'Ethernet1/26 Lane 1 Transceiver Bias Current Sensor/300044004' is 0 A
How can I filter this I tried several ways with no result.
--filter='(?!.*is.*0.*A.*)'
--filter='(?!.*is.*0.*)'
-filter='^(?!.*is.*0.*)'
--filter-perfdata-adv='not (%(value) == 0)'
--filter-perfdata-adv='not (%(label) !~ "sensors.amperes.*")'
--filter-perfdata-adv='not (%(label) =~ "sensors.amperes.*")'
--filter-perfdata-adv='not (%(label) == "sensors.amperes.*")'