Comments
-
This issue appears to be how the CPU Load & Memory Statistics resource links, with Admin rights the Current Avg CPU Load, MemeUsed, Mem Avail & Total Meme links go to Performance Analysis charts, without admin rights they link to the old cell charts (edit page)
-
we are using a POST alert to send to Cherwell
-
Do you have this script for a process? (as opposed to service)
-
David, Can you display the trigger conditions you have set and the alert config message so it only displays down components
-
Can you do that to display, instead of count a listing of effected nodes along with ip per poller?
-
Here is the swql I used to create the Historical Alerts resource, (previously 1st line was SELECT E.EventTime, N,Caption, C.Name, E.message and that returned in UTC) SELECT AddHour(-4,E.EventTime) as EventTime, N.Caption, C.Name, E.Message FROM Orion.Events E JOIN Orion.APM.Application C on C.ApplicationID=E.NetObjectID…
-
Found a fix (in case anyone needs it) I was doing a SELECT E.EventTime had to change it to SELECT AddHout(-4,E.EventTime) as EventTime and it corrected it showing the proper time
-
thank you, thats what i was looking for, so looks pretty similar to sql Mike From: jvb Sent: Wednesday, August 2, 2017 4:01 PM Subject: Re: - SWQL | | SWQL reply from jvb in Network Performance Monitor - View the full discussionThese might help:Use SolarWinds Query Language (SWQL - SWIS) - SolarWinds Worldwide, LLC. Help…
-
This looks more like scripting then SWQL queries and the differences between SQL and SWQL queries Mike From: mesverrum Sent: Wednesday, August 2, 2017 2:46 PM Subject: Re: - SWQL | | SWQL reply from mesverrum in Network Performance Monitor - View the full discussionThis is a goopd starting point - GitHub -…
-
Has anything ever been done about this? issue still occurs, when I spoke to support today, same thing occurs on their lab server
-
Can you elaborate a little on this?
-
I keep getting an error trying to import this template "The file format is not a valid template format. Please check the template format on THWACK. The imported file format should be XML with an .apm-template extension." Can anyone help on this?
-
Actually this shows ONLY for Historical Alerts on an Application Monitor on the Application details page, on the node details page it shows correct time (why only on App page and can it be corrected)