Keep eventlog alert until acknowledged even alert rule recovered

====================================

Component Version
LibreNMS 21.1.0
DB Schema 2020_11_02_164331_add_powerstate_enum_to_vminfo (191)
PHP 7.3.27
Python 3.8.5
MySQL 10.4.17-MariaDB-1:10.4.17+maria~focal
RRDTool 1.7.2
SNMP NET-SNMP 5.8

====================================

[OK] Installed from package; no Composer required
[OK] Database connection successful
[OK] Database schema correct
[WARN] IPv6 is disabled on your server, you will not be able to add IPv6 devices.
[WARN] Non-git install, updates are manual or from package
[ End of ./validate.php ]

Hi All,

I’ve modified docker image to include snmptrapd and successfully build trap handler.
Now I’ve set an alert rule below to trigger alert, but alert will disappear after rule recovered ( after 10 minutes ).
Because this event need to be handled manually, how can I keep this alert or let another event to clear this alert ?
Thanks!

P.S. There is another event entry for system health back to normal.

[Alert Rule]
eventlog.datetime >= macros.past_10m AND (eventlog.type = “trap” AND eventlog.message LIKE ‘NETAPP-MIB::diskFailed%’)*

This topic was automatically closed 186 days after the last reply. New replies are no longer allowed.