Comments
-
Hi plasibo you could achieve the same result with a Custom Query like so: SELECT cm.Container.Name AS [Group_Name],cm.Container.DetailsUrl AS [_LinkFor_Group_Name]FROM Orion.ContainerMembers cm WHERE cm.FullName = '${Caption}' If you add that into your Node Details page you should get the same result. - David Smith Kenson…
-
Hey aLTeReGo is SolarWinds official position that NTA should be on a seperate machine spec'd identical to the existing Orion SQL Server (But on SQL Server 2016)? If the customer decides to simply upgrade the existing Orion SQL Server to SQL 2016, and adds the new DB for NTA, do SW recommend increasing the CPU, Mem & more…
-
I would suggest you might stop and re-start all the Services on your Primary Polling Engine as it doesn't seem like your APE can communicate with it properly. Also, make sure no FW or ACL has been put in place between them and that they can communicate properly on TCP/17777 It might even be worth re-running the Config…
-
Hi zabs Normally I would say you need to add a WHERE (DateTime > (getdate()-31)) but I don't think that will help as I don't see any link to the time in your existing query, which would suggest you only have 7 days of events to query - this might be a threshold setting you need to adjust in your retention settings.
-
Maybe you should look at Solarwinds Network Topology Mapper which can run discovery and update maps which can be imported into Orion Atlas. Worldwide Map does not support a nested view as it is just an API from Mapquest. If you were to assign a custom property to each node for the location you could automatically add nodes…
-
I would try removing the volumes (delete from Manage Nodes) and then rerun the list resources and make sure your not using a cache version to add the volumes back in.
-
I would agree, the only thing I would suggest is in terms of NetFlow (NTA) I suspect SolarWinds are about to drop NTA 4x by the end of the month into GA release, and that version has moved onto SQL 2016 server, if you intended to move to that version and wanted to host the NTA DB on the same SQL Server you might just want…
-
Excellent spot - The little dots at the top of the widget should have been a give-away - doh.
-
Add a Custom Property to the Node and Filter the Widget based on the CP and Volume Description VolumeDescription LIKE 'C:\*' AND tez Like 'Yes' Obviously, you would substitute my CP of Tez for your chosen CP and the Criteria I just quickly Added Yes into the field.
-
Hey Ben, You mentioned that a connection test was made to the Linux box from the Orion server, was it successful? Is the Orion server a trusted host on the Linux box? I used to work with a Unix and there was a file that acted like a whitelist if your machine wasn't on that list the box would refuse connection attempts.
-
Thanks, stevenwhunt, in the end, I browsed to the login page manually rather than relying on the popup and that has resolved the issue, but thanks for your help Always more than one way to beat a brush huh. Anyway now hopefully I will be notified as soon as the Thwack Messenger bag comes back into the Store - David Smith…
-
I thought as much, after I saw your last reply I rebuilt the Server again and changed the Raid Array to match what you suggested. I installed Win 2003 64bit so I have use of the full 8GB RAM, and I made sure to put my MDF and LDF Files on the larger drive and keep the C:\ Drive for the OS itself. I moved the Orion NPM to…
-
No ignore my comment I had done a SELECT * and it was showing me both Tables fields, it was only when I checked the table index to double check that I noticed my mistake, In all honesty, I'm not a fan of SELECT * for that exact reason, I always like to list out the exact fields I want from the query, which is why SWQL is…
-
Sorry that it wasn't the answer you wanted, but the application is dependant on those services to run and communicate with the backend SQL Server. If you're happy with my response if you could mark it as correct that would be great.
-
Yes I did - Thanks
-
Glad you got it working as required. Good job.
-
You are more than welcome
-
Sorry, you need to import that file into your system from Manage Reports
-
Hey Deltona what it means is that your test scenario is slightly wrong, this is a mockup from my lab: So my Router is the Parent, and my Group is the Child. If my Router drops I will lose connection to my eMail System Nodes and I won't get Node Down Alerts for those devices. The caveat here as aLTeReGo pointed out if your…
-
Ah sorry - So that screenshot is from the Server & Application Monitor (SAM) you need to have that module in order to monitor the Event Logs. Do you have that module? You have to apply an Application Monitor to the Server you want to watch for that Event Log on, and then you setup the alert.
-
My lab server is able to monitor non-domain servers. If you navigate to Settings > All Settings > Manage Windows Credentials In the Username field, I simply put the username as: Administrator (As that is what I use in my lab) and the password. Give this a try and see if it works. Also is your Orion server in a domain or…
-
Try: SELECT *FROM dbo.AlertHistoryView aJOIN Nodes n ON n.NodeID = a.RelatedNodeIDWHERE a.Severity = 0 That will give you all the fields
-
More than welcome xpowels - If you could mark my response as helpful it sure would be appreciated gives me some nice THWACK Points - Need me some socks!
-
Fantastic km96svt - Thank you - Might be worth mentioning that because no profile was applied that there is no schedule setup automatically, and as such, each machine will need to have a schedule created locally or a Profile added.
-
Hmm not sure about the logic of that reset condition. Let me check the logic you want: ALERT IF: Node goes down more than 3 times in the last 1 hour period AND has Node CP of either: Telekom ME / Vodacom ME / Vodacom MW. RESET IF: Node Status is Up for more than 1 Hour. Is that correct? If so I would suspect you could just…
-
Plus according to SolarWinds support that page was written a LONG time ago, and they said they are not sure how reliable it is. I have been asking about this for some time so I am very happy to be able to put this in - Thank you @"m_roberts"
-
I wonder if there is a way to manually add your own notifications in that area? My current customer asked me about presenting a login pop-up when users login to present information about upcoming maintenance windows and other such information. The only option I could find so far was the persistant banner at the top of the…
-
Hi netw0rks can I ask if you have an additional pollers or just one? If you have more than one polling engine, are these Nodes located on a different Node? You mentioned originally that the SSH Connection from Node Details didn't work and showed a Timeout, is that still the case? It does sound more like something on the…
-
Have you tried using the IP Address rather than the hostname as per the above suggestion by aLTeReGo? sustainablesites.org = 104.28.8.224
-
Your welcome