Comments
-
We have shutdown our servers with Orion on them until the HF2 installer is available, and will be doing a manual install. Will SolarWinds send us an email when it is available?
-
Click on that link everyone and vote! This came up in a SWUG session today!
-
No, I haven't found anything yet. I'm upgrading to 2020.2 next week. I could not find the alerts in the AlertDefinitions table.
-
I have not uninstalled and reinstalled the agent. I am on 2020.2 and am planning on upgrading to 2020.2.1 either at the end of this week or early next week.
-
I wasn't able to find these three alerts in the AlertDefinitions table. I checked a few other tables but was unable to see these alerts there either. I then went to see if there were some configuration files where I might find these alerts. I was able to find the words Abnormal and Codewords in a file associated with VoIP…
-
Hey rschroeder, I know this discussion is old, but were you able to find a solution for this? I'm currently experiencing the same thing on NPM 12.3.
-
One more option that just came to mind is to set a time limit on the Reset Condition. I haven't used it personally, but it might set the alert to be trigger again.
-
aLTeReGo When I go to this link https://support.solarwinds.com/Success_Center/Orion_Platform/Knowledgebase_Articles/Orion_agent_memory_leak_for_SolarWin… it asks me to login and it is not accepting my credentials. Do you have another link to that page? I was unable to find it when I search in the Success Center.
-
Hey @"WJMuhle", When the agent is running and I run netstat -nab ( netstat -aon doesn't show the services using the port) I see this for port 5000 TCP 127.0.0.1:5000 0.0.0.0:0 LISTENING [SolarWinds.ServiceHost.Process.exe] TCP [::1]:5000 [::]:0 LISTENING [SolarWinds.ServiceHost.Process.exe] This is on every server with a…
-
... and other non-profit organizations.
-
... which is an improvement from getting a "Site down for maintenance" page. It would be nice to know if they will redirect to the page we are looking for.
-
sotherls Is this a permanent condition? Will the site be updated to forward old links to working ones? If not then all the links in thwack referencing the success center are essentially broken. Maybe there is a way to update all the links in Thwack? But that still breaks peoples' bookmarks.
-
I just noticed there is a cost to this. I thought it was free for new purchases. Maybe it used to be when I first saw it and they changed it this year?
-
Thanks for the reply @mburgeso. I've worked with CA APM and AppDynamics at a few companies over the years, and loved AppDynamics. I was wondering if there was something equivalent to them within SolarWinds. AppOptics seems to be the answer even if it is SaaS solution and not part of SAM.
-
Thanks for the reply Brian Scott. The agent versions are 2.2.0.860. The worst offender has the agent state of "Reboot pending" but the other agents I have restarted recently with over a 1GB memory size have the normal "Agent is running" state. Out of about 500 servers we restart about one to four a week. I first thought…
-
It is just one server that starts with Orio (which you can probably guess starts with Orion.) I don't see the Orion server displayed with the "S" severs anywhere in the settings. In the legend there is always a hyphen. Sometimes the Orion server name is before the hyphen, sometimes it isn't.
-
Thanks for your reply mesverrum. I'll remove what I think is unnecessary and that I am able to through the GUI, that should be safe enough. I'll probably end up opening a question in the SAM forum if I can't figure out how to remove Application Types. We really don't need any 43 Exchange application types.
-
These alerts don't even show up in the UI. I'm assuming they are out-of-the box alerts from an older version that can't be migrated.
-
I duplicated a noisy alert and had the action/email go to me. I then updated the value in the table for that one action. It still worked so I went ahead and updated all the values using the query I previously posted.
-
In my SEUM_WebUserPermissions table my my accountID has just one row. The PermissionName is "SEUM.SUEMAllowAdmin" is and the PermissionValue is already equal to "True." Maybe something else has changed in the past couple of years.
-
I believe it can be either. You can have a custom application created, either in house or hiring it out. An Off The Shelf Software/Application can also become customized, so much that it it can't be upgraded to a new version because of all of the customization. In this case it is probably like a customized car, you might…
-
From what I have found so far is SAM is the best solution for what I need to do.
-
What is considered an "Installation" in the context of 550,000 per SAM installation?
-
@"foonly" I don't see any change to my Polling Rate as well. I was hoping the POLLING RATE percentage would decrease if it an instance is able to handle more nodes. If it doesn't then this seems like a red herring of improvement. @tony.johnson Could you point me to more documentation about this? Maybe I just need my…
-
If you have SAM then an Application Template found here seems to cover more than if the Server is up and Task is running. https://thwack.solarwinds.com/docs/DOC-201791 Doing it through SAM indicates that Orion is up and running.
-
If you want to initialize all graphs with today's data then you can modify the javascript with the following. Hopefully you can match up where this goes in the original code. I bolded the new code to try and help see what I added. google.visualization.events.addOneTimeListener(chart, 'ready', function () {…
-
One more modification I made that may be helpful to others. I added "AND EventType=0" to the where clause in my queries that query the AlertHistory table. "EventType=0" indicates triggered alerts. Here are the other values it might indicate... Success Center This way one alert won't have multiple rows returned in the…
-
EDIT: I like the query provided in the Interactive_JS_Calendar_ClickToLoad-v3c.txt download for the event table. Take a look at that code instead. It looks at the EventTable instead of the AlertHistory Table. Just in case you want the AlertHistory table then the code below will work for that. I couldn't find this elsewhere…
-
I finally got around to implementing this and I love it! Couple of things I found in the latest template.... 1. The pie chart queries will always use the current year. You will need to add a line that gets the selected year-- var queryyear=splitdate[3]; And then update the query to use the year, something like this-- var…
-
What are the limitations of this report? For example, should this show every alert for every server? It isn't showing at least some of the servers where I would expect to see alerts. I just put the query from the original post into a report. The report just showed the following metrics for my system (though there were a…