If we want to temporarily disable all alerts for a particular node, how do we do that? or all alerts for the whole environment?
thanks
Byron is correct is his statement. We may enhance, but we do not plan to fundamentally change how this works in the near future.
You could unmanage the node for the time period that you select. You can do this on the Node Management page.
I have a custom Property called StopAlerts and all my alert make sure StopAlerts <> 'Yes'. I saw someone else had N_Mute and did the same thing. When you un-manage, you don't poll any longer. If you want to disable all advanced alerts, either stop the service "SolarWindsAlertingEngine" or check the check box "Disable all Actions" in the top right of Alert Manager.
So you added that as a node property and then if there are a bunch of nodes at once you're going to stop monitoring temporarily you go into each one and mark it Yes or No?
Then I have to go into every alert and add that as a condition right? Seems like there should be some other built in method instead of adding this for every alert and every node.
You basically have two options...
The one pointed out by Jeff where you unmanage the node which you can do across multiple nodes in the Node Management section of the WebUI.
The second option is the one pointed out by Netlogix where you use a custom property to stop alerts or "Mute" the node. This option does require you setup a custom property for this and it does require you to have this built into all of your alerts. This is a one time configuration but will work going forward for all of your systems without disabling data-collections. You can also update custom node properties across multiple nodes in the Node Management section of the WebUI.
Any update on this? This seems like a yawning gap in manageability. There should be a navigation something like this:
* Node -> Manage node -> Enable/disable alerts on THIS node
I should be able to continue managing a device, collecting stats on resource usage, but exclude it, at the node level, from alerting.