Hi!
Yes, it's actually a bug. There should be retention time for alarms. I'll add it to bug list.
Currently, you can safely delete terminated alarms while NetXMS server is running. You can do it like this:
DELETE FROM alarms WHERE alarm_state=2 AND last_change_time<(timestamp here)
We use UNIX timestamp (seconds since 01.01.1970 00:00:00 UTC).
Best regards,
Victor
Yes, it's actually a bug. There should be retention time for alarms. I'll add it to bug list.
Currently, you can safely delete terminated alarms while NetXMS server is running. You can do it like this:
DELETE FROM alarms WHERE alarm_state=2 AND last_change_time<(timestamp here)
We use UNIX timestamp (seconds since 01.01.1970 00:00:00 UTC).
Best regards,
Victor
I'll add it in next 1.1.x release, and I can create a patched version of nxalarm 1.0.13 if you need.