05 Jan 2023 01:19 PM
Hi Team,
Is there any way to suppress a specific alert like CPU saturation on a particular host?
Solved! Go to Solution.
05 Jan 2023 01:42 PM
Hן @Vikas_g1997
With anomaly detection setting - Host level you will be able to set problem-creation thresholds or switch them off.
HTH
Yos
05 Jan 2023 01:55 PM
Hi @Yosi_Neuman.
Thanks for the suggestion. Can we do it for a specific timeframe as we do it in Maintenace Window?
05 Jan 2023 02:05 PM
Hi @Vikas_g1997
There is no why to do that from anomaly detection perspective.
May be you can utilize for that Host anomaly detection API - PUT configuration
Yos
25 Jul 2023 01:47 AM
Hi @Yosi_Neuman ,
I've a similar requirement where CPU alerts (alerted through metric event) for a specific host has to be suppressed permanently.. Is there a way to do it? Explored maintenance window option but unable to figure out any option that can handle this..
Regards,
Srikanth
25 Jul 2023 02:10 AM
@Yosi_Neuman - Do you think adding a dimension filter like below in the metric event would avert alerting for a specific host?
dt.entity.host.name does not contain (case sensitive) xxxx.domain.com
25 Jul 2023 08:27 AM
Thank you @Yosi_Neuman @.. It's one of the option, I was thinking to go for this morning.