I'm trying to refine a bit the alerts we're sending out from DFM
We've some special alert actions matching some eventclass only and they're working as expected.
E.G.
Alarm | 10 |
Group | Global |
Event Severity | Warning or Worse |
Event Name | All |
Event Class | df.inodes|df.kbytes |
We still have a "catch-all" alarm that captures ALL events of severity Warning , and I would like to exclude from there the event classes for which I've already created a more specific alert.
Do there is a way to specify a NEGATIVE event class filter in an alarm so to have it triggered by all events BUT the regexp-listed ones?
I would like to avoid listing all the needed events in the event_class filter of the "catch all" alarm.
I tried with
Event Class='(!df)'
but it seems to be not working. Do there is a way to specify negative matching in alarms for event_class?