Forum Discussion
3 Replies
- Mike_Moniz
Professor
If you have group(s) that cover what you want to disable, then you can use the Alert Tuning tab of the group to turn off collecting by unchecking Enabled (UIv3) or switch off Collecting Status (UIv4).
- tuco
Neophyte
Thanks for responsding.
How could I achieve without affecting all servers globally? How could I disable per environment?
- Mike_Moniz
Professor
If you want to disable a check (aka LogicModule) globally, you can modify the Module's AppliesTo so it no longer applies to any devices. For example you can add " && false()" to the end of the existing AppliesTo to fully disable it.
WARNING! This will immediately remove the check that is disabled and it will also lose ALL historical data for that check across all devices globally without warning. If you have a sandbox instance, I highly suggest you test this out before doing it in production, so you can understand the affects.
While looking at the check you want to globally disable, click on the "Edit Global Definition" (UIv3) or world icon (UIv4). Edit the module and add " && false()" to the end of the AppliesTo and save with a note that you disabled the check globally.