Comments
-
We have multiple patching groups on multiple schedules and were faced with the same issue. During the maintenance window we would get tons of alerts for the servers that were patching, rebooting etc... this would cause actual incidents to get ignored during the maintenance widow since it was assumed it was being patched.…
-
This would be a great feature along with the ability to have a reoccurring (daily\weekly\monthly) maintenance mode muting schedules. Like how you can add a schedule for "Time Of Day" tab while editing an alert.
-
me too
-
Thank you, exactly what I was looking and could not find. Cheers
-
For anyone else attempting this. I spoke with Support and was provided https://solarwindscore.my.site.com/SuccessCenter/s/article/AD-Group-Change?language=en_US This worked for what I needed.
-
Thanks for the response, Duplicate\edit would be awesome in a case like this and allow you to have a 'Master Group" to deploy from.
-
I went the SWIS route since in my case, while the add node script I created was running, I needed to add specific application monitors based on custom property values and other variables. For example, if a third-party service is installed and found during the script execution it will add the related application…
-
Thanks everyone! I was able to get it working as expected.
-
Added the Import-module. No Change By "not in a remote mode" are you referring to the Execution Mode for the template? It's set for remote. I changed the "$ExitStatus = 'Up"" to "Exit 0;"
-
Tested from the template and the "edit script" button. Confirmed that I can Invoke-Command to the ADFS server from my Orion server. From the 'edit script" i get "not defined". From the template i get "Node failed with unknown status"
-
I do realize that "</code><code class="powershell plain">Statistic" is spelled incorrectly in the posted code
-
Thanks, I was able to figure it out with that. It's amazing what a few parenthesis can do in the right place!