Device with "Disable alerting" enabled is still alerting

Hello, I have a device with “Disable alerting” set to “On”. However a few weeks ago I started getting email alerts that this device was offline. FYI, alerts were disabled because this printer does go offline frequently.

I’ve toggled the setting Off, then On again, but no change in behavior. I’m not sure if this issue started right after an update or not, but my current Libre version is 26.7.0-dev.151+412a2be0a - Thu Jul 16 2026 06:42:26 GMT-0500.

Any thoughts on how I could resolve this? Thank you.

Your alert rule needs to check devices.disable_notify = 0, that way any set to 1 will be ignored.

Thank you for the suggestion. I will try that and report back.

The issue is resolved after adding devices.disable_notify = 0 to my alert rule.

Thank you for the assistance.