Good day everyone!
My organization has a 'large' installation of Orion NPM & SAM so we have to perform upgrades on multiple poller and web console servers.
Our upgrade takes a minimum of 4 hours from start to finish (even with NPM v12, the config wizard still takes a good 10mins to complete per execution). And with the upgrade we aren't only installing the full package for both products but also the available hotfixes.
Every time you install a hotfix the config wizard needs to be run as well. And every time the config wizard is executed, it usually starts up the Alert Engine and Alert Service. Our team goes in and manually disables the service in the MMC console, but there are many cases where the config wizard completely re-installs the service and starts it up automatically.
My team needs to permanently stop all email alerts from Orion during the entire upgrade process then manually enable email alerts only when we are ready to do so.
So here is my question:
Without blacklisting our poller servers from SMTP relays, or blocking SMTP outbound in the Windows Firewall, what are your recommendations or best practices regarding this need?