Is it possible to check the individual status bits of an numeric item, in a trigger expression?
I would like to monitor a printer (via SNMP), and when the hrDeviceStatus says Warning or Down, the actual error status can be read in hrPrinterDetectedErrorState, where bit 0 = lowPaper, bit 1 = noPaper, bit 2 = lowToner, etc.
Can I somehow extract this information from the item?
I would like to monitor a printer (via SNMP), and when the hrDeviceStatus says Warning or Down, the actual error status can be read in hrPrinterDetectedErrorState, where bit 0 = lowPaper, bit 1 = noPaper, bit 2 = lowToner, etc.
Can I somehow extract this information from the item?
Comment