ONTAP Discussions

'event route' alternatives

csalitros
1,614 Views

Hello!

 

Now that the following commands have been deprecated:

::> event route ?
add-destinations (DEPRECATED)-Add destination(s) to an event definition
modify (DEPRECATED)-Modify an event's destination, reporting threshold, or both
remove-destinations (DEPRECATED)-Remove destination(s) from an event definition
show (DEPRECATED)-Display event routes

 

I was curious if there were alternatives to them... specifically around 'treshold' tolerance?

 

We used the features to make alerts for things like 'wafl.dir.size.warning' a little more tolerable... with this change we've lost our ability to modify our previously set thresholds.

 

Thanks,

--Craig

1 ACCEPTED SOLUTION

GidonMarcus
1,555 Views

Hi

 

i think it's only configurable in global level now

 

event config modify -duplicate-suppression-duration ?
  <integer>                   Duration in seconds for suppression of identical messages

 

but. you can exclude the rest of the events/events-to-restorations with:

event config modify -auto-suppress-exempt-filter

 

 

 

Just for the sake of anyone coming here by mistake.

the alternatives for "event route" are "event destination",""event filter" and "event filter rule"

Gidi Marcus (Linkedin) - Storage and Microsoft technologies consultant - Hydro IT LTD - UK

View solution in original post

1 REPLY 1

GidonMarcus
1,556 Views

Hi

 

i think it's only configurable in global level now

 

event config modify -duplicate-suppression-duration ?
  <integer>                   Duration in seconds for suppression of identical messages

 

but. you can exclude the rest of the events/events-to-restorations with:

event config modify -auto-suppress-exempt-filter

 

 

 

Just for the sake of anyone coming here by mistake.

the alternatives for "event route" are "event destination",""event filter" and "event filter rule"

Gidi Marcus (Linkedin) - Storage and Microsoft technologies consultant - Hydro IT LTD - UK
Public