Comments
-
Is there any update on this request? I can't change the nodes status when a storage volume is full. That's a pretty huge oversight considering it can based on CPU, mem, etc but not storage.
-
Yes I do have SAM installed. I thought APM was another module like NPM and such. Also answering your question above, the alert does say it was ran successfully. But on the server, its still not running. Tested the creds to see if any issue It's strange that its not working but I can start the service if I'm on the service…
-
I may have been wrong this whole time. Do you need APM installed in order to execute a program via the alert? I keep seeing APMControlCenter.exe but I've checked my inventory and I don't believe we have it installed. Do I need APM to execute a program?
-
Hey Jonathan, Yep, I've looked into the answer and disabled the IE first run wizard from Group Policy and I'm happy to say it worked! I was able to get this output to show in the template but now I have an issue with it only showing one line of false flags when there are multiple. } $username = "admin" $password =…
-
Hey Christopher, Sadly the log doesnt show anything baout the application reboots but instead my transactions alert actions. Is there another log that I should look as well? Thanks
-
Hey Jaroslaw, I've changed the path to "APM\APMServiceControl.exe ${N=SwisEntity;M=ComponentAlert.ComponentID} -c=START" but it didnt start the servers when it was stopped. Ive also changed the format to include the Doman\SolarWinds_svc which didn't worth either. Thanks
-
Hey I've read through to understand how to get this working. I see that SW needs the proper format (Message/Statistic) but my issue is similar with this issue: Invoke-WebRequest Powershell HTML Parsing . I've tried parsing the output made but my Invoke-WebRequest code doesn't work without IE so I've added -UseBasicParsing…
-
Thanks for the explanation. I see that SW doesnt have much of a ticketing system but when we've tied in ServiceNow, we were able to see who we can assign an incident to.
-
Hey Tony, Thanks for the insight, what you've suggested was correct. I've added the Exit 1 to the end of the script and I would get this error message Testing on node '172.xxx.xxx.xxx' failed with 'Down' status ('Down' might be different if script exits with a different exit code). But I get this error when I've entered…
-
So I've searched around Thwack to get this code and it works but in the email it just stops prematurely like there is a character limit or something? Code: ${SQL:SELECT cast(cast([GroupMemberFullName]as varchar(max)) + '' + ' ' + '-' + ' ' as XML), cast(cast([GroupMemberStatusName]as varchar(max)) + '' + CHAR(10) +…