Comments
-
Do you just want to get the version number of an Oracle DB server? Or do you want Oracle application monitors similar to AppInsight for SQL?
-
You get quite a lot. With the agent alone (no application monitors), you can monitor: * Overall up/down status with ping or the response time agent * CPU utilization * memory utiliization * hard disk, removable disk, and memory "volume" utilization * interface I/O and related performance stats * asset inventory (generally,…
-
Here's an extract from the code I used. The try{} block includes the call to the website. $WebRequest.GetResponse() will fail if the HTTP response is anything other than 200(OK), so the catch{} block handles that # Initialize the web request [Net.HttpWebRequest] $WebRequest =…
-
I had a similar situation. I wrote a Powershell script to request a URL and to examine the HTML response. My script then exited with an appropriate exit code based on the HTML response. If I can find the script I will share it with you.
-
bsnyder27 and kschmalz, I got this working after talking with Solarwinds support. My problem may not be entirely the same as yours, though. Can you take a look at your cortex.log* files (probably in C:\ProgramData\SolarWinds\Logs\Cortex) and see if you have errors like the one below? 2019-09-19 14:50:46,212 [589] ERROR…
-
Same issue here, started immediately after upgrading to SAM 6.9. Only affects nodes, any other objects/stats are OK. We have the same issue with the new Perfstack-style resources on node pages (CPU load, etc.).
-
You can get the value of AlertActiveID from Orion.AlertActive, then use AlertActiveID to build the value of the acknowledge URL for the alert. The Acknowledge URL has this format: https://SOLARWINDS_SERVER/Orion/Netperfmon/AckAlert.aspx?AlertDefID=ALERTACTIVEID You can assign that URL to a link or a button.