Comments
-
I realized that after trying it. You're reply didn't mention that and I assumed it meant you had to create a custom script to figure all of that out.
-
I believe that was it! It was pulling in the volume names in the query. I've adjusted it to Node as the trigger query. Thanks for all the SQL tips. Once I discovered you could do custom SQL reports in Orion, I've been going crazy with the SQL.
-
Orion Platform 2015.1.3, SAM 6.2.3 I'm trying to use this in the VBScript argument of a triggered action.
-
Thank you for that! I am not a network guy, but I will talk to the network team about doing that. That would be very helpful to fix them all up.
-
Here is a simplified version of the script I am using: On Error Resume Next If WScript.Arguments.Count < 2 Then WScript.Echo "This script requires arguments." WScript.Quit End If Dim sURL, sAuth, sRequestType sUrl = "">api.hostedservice.com/.../" sAuth = "myauthorizationstring" sRequestType = "POST" Dim sArg1, sArg2,…
-
I am having the same issue and was afraid this was going to be the fix...
-
This is disappointing. I tried the VBScript option only to learn that you can't pass variables with a VBScript. Which makes either of these useless to me. Is there another option? I need to to POST to a REST URL WITH authentication and setup the message to be customized. I hate to have to use a web server in the middle to…
-
I just noticed that the query is on Volume. Could this have anything to do with it? And thanks for the tip on the SQL!
-
I don't see where I can view the custom SQL, but that would certainly be nice!
-
-
I just tried this macro, but it doesn't appear to be converting it. Is there something that needs to be done to make this work? Certain version, only works in certain areas?
-
The system is running at a constant 50% to 100% CPU, and is one of our higher performers in our environment. "SolarWinds.DataProcessor.exe" seems to be the culprit. The SQL cluster is on a SAN backend. The problem I have with moving around the pollers is that many of our switches were setup with the first poller IP and…