NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

'event route' alternatives

csalitros
2,943 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
2,884 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
2,885 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