Hi - I'm trying to set up device status alerts for printers based on the printer alert description MIB.
MIB Value Type = Raw Value, and SNMP Get Type = GET TABLE (to get all the row ID values).

The problem is, I can't seem to fetch all values from UDP to the alert trigger condition. Alert only works for specific Row ID, for example: 1.3.6.1.2.1.43.18.1.1.8.1.1 or 1.3.6.1.2.1.43.18.1.1.8.1.432 (I have to change Get Type to "GET")
What I'd like to see is an email alert whenever the outcome value matches keywords like "Cartridge low" or "paper jam" etc. from different Row IDs; 1.1, 1.2, 1.X using only the main OID 1.3.6.1.2.1.43.18.1.1.8 (prtAlertDescription)

Would be great if I can get some help to get this right - thank you!