Comments
-
Thanks a lot. Ok got it. But, how do i apply it to the nodes where they have the service ? Do I have to choose the nodes one by one ? What if the node does not have the service at all ? If it does not have the service I want it to be ignored. Thanks again,
-
Ok, got it. should i add just this in the script body ? Get-Service nxlog
-
Hmm, I created an application template called Service-nxlog. And, i added 17 hosts manually. But, i do not see where to enter the powershell code ? Thanks.
-
Yes, I understand what you said. But, i am trying to understand the benefit of adding an application monitor into a group. Let's say "Test_Service" application which monitors the "Print Spooler" service on a node. I have an alert that tells me if the service is down, sends me an email and restart the service and notifies…
-
A very slick script, up there hopefully someone can answer my question. The script below works like a charm, Is there anyway to add a fixed DateTime for $now and $later ? In other words we have to unmanage the hosts on Fridays at 7pm till Saturday, 1am, unmanaged for 6 hours Thanks for your help Add-PSSnapin SwisSnapin…
-
Correct Vinay, I am restarting the service through the defined alert in Solarwinds. So, if the followng Trigger APM\APMServiceControl.exe ${N=SwisEntity;M=ComponentAlert.ComponentID} tries to restart the service and service stills down. Where do i set the 5 minutes to check again if service is up/down ? Thanks for your…