20 Sep 2023 05:55 PM
Hi Community,
We're monitoring process availability of few processes via declarative process grouping, if we intend to turn off monitoring for a specific process against specific OS, would be feasible to do so?
In my case, process command and executable path is common for Linux and AIX, requirement is to disable alerting only for AIX.
Many thanks
Solved! Go to Solution.
20 Sep 2023 06:24 PM
You can create Maintenance Window for this
Take a look on this documentation page
settings>preferences>maintenenace window.
Any doubts feel free to ask
21 Sep 2023 06:06 AM
Thanks much. I've done this way.
1. Tag process group instance for which alert suppression required via auto tagging
2. Filter this created tag in the maintenance window.
16 Oct 2024 03:36 PM
Hi Natanel
How do we suppress alert specific for one OS Service(not a process) across all hosts?.
21 Sep 2023 03:08 AM
Hi @ssamraj ,
If you are looking to turn off monitoring you can do so a couple of different ways. One of the ways is to explicitly state which group you want to monitor by turning it off environment-wide here:
Another way, since you mentioned that you have declarative process grouping is to specify custom process monitoring rules here:
https://www.dynatrace.com/support/help/shortlink/process-group-monitoring#rules
Hope this helps!
21 Sep 2023 05:17 AM
@Taylor-Sanchez wrote:Hi @ssamraj ,
If you are looking to turn off monitoring you can do so a couple of different ways. One of the ways is to explicitly state which group you want to monitor by turning it off environment-wide here:
Another way, since you mentioned that you have declarative process grouping is to specify custom process monitoring rules here:
https://www.dynatrace.com/support/help/shortlink/process-group-monitoring#rules
Hope this helps!
Thanks for your response. My requirement is to turn of this specific process monitoring only for AIX systems and it should stay intact with Linux. Please note that exe name and path are same for both OS.
21 Sep 2023 12:43 PM
This is where robust tagging comes into play. As you stated, you want to disable the monitoring for a given process name where the underlying OS is AIX. If you create an auto tag rule for the OS value, it can be populated from the host level and down into the PGs, PGIs, and Services. Once that is completed you can then create the Maintenance window to say suppress alert notifications for <PGName> where the tag is OS:AIX.
21 Sep 2023 12:52 PM
Thanks for the response.. Almost, I did the same.. Please see my reply to nataneal_mendes.