Comments
-
Has this still not been addressed? Is the custom SQL still the only way to get anything like this?
-
dayley, What exactly are you trying to do?
-
All I am getting out of that document is that the user must be a member of the administrators group on the server. The service account that I am using (on the domain) is part of the local admin group but does not work when using the remote WMI testing. However, my domain admin account does. Why? I don't have enough info…
-
No, I'm not able to get to that point. For example, I'm running a discovery on a 4500 series Cisco switch. After I run the discovery wizard, it allows you to choose which devices, interfaces, volumes, etc., that you want to import. When I get to the interfaces part, it lists 116 Ethernet interfaces (presumably all the…
-
Have you checked the version of the additional poller? might also be worth shutting the Orion services down on it and restarting it.
-
Yeah this needs doing ASAP I dislike doing this...
-
Hi rstoney00, Thanks for the reply, I will amend the monitor to query the dbo.DeletedNodes table and see if this does what is required. A customer has reported an issue where nodes have "disappeared" from NPM with no audit trail and so we are looking at a way to identify when the nodes table changes and figured a UX…
-
Anybody have any ideas?
-
Bruce, Have you opened a Support ticket for your issue?
-
This has been fixed in 10.2.1, which should be in your customer portal if you haven't already updated.
-
Hey There, i was given a file from solarwinds support to replace the SolarWinds.Orion.NetFlow.dll Its now working great!
-
Hello CourtesyIT, Do you have the steps how to go at it. Thanks,
-
Would like to hear more if you get time. My sys admins tell me nothing is wrong when i show them all the windows devices seeing 1 million discards a day and i even have one switch port that sees 25 to 35 trillion discards a day and everyone still says its all good so if you have quantifiable degregation from discards…
-
Nope, not a firmware issue either. The two printers we have of this model were updated to the latest firmware and natta.
-
i am now getting this issue too.... nodes come back UP again, i can get SNMP stats back from them, but PING does not come back, even though i can manually PING the devices from the command line on the polling server when are SW going to comment on this LOL....
-
Thanks Test for directly attached node will work, couldn't see the forest becuase of the trees. I was thinking about out-of-band alerts which would make it important not to alert if Orion servers connection to network was down, would hate to get 400 + alerts to the pager if Orion thought all nodes were down when only its…
-
Hi there Good reply dude, lots of detail. I just did the same as you and got some stats from a couple of my pollers. I can see a 10% increase in CPU utilisation on pollers since upgrade, and around 10% on memory utilisation too I have not profiled the disk queues ont he database, but i wonder is there anything new…
-
Noting for the record: DMV Dynamic Management Views T-SQL .Transact SQL https://docs.microsoft.com/en-us/sql/relational-databases/system-dynamic-management-views/system-dynamic-management-views?view=sql-server-ver15
-
And there is a resource that will let you show the contents of a report.
-
Let me also add that the last upgrade that occurred to this environment took place on 08/02 and the following modules were upgraded – We didn’t notice this issue until 09/07 NPM - 10.3 NCM - 7.0.2 NTA - 3.9 SAM - 5.0.1 Wes Van Sickle | IT Operations Administrator | The Arizona Republic & azcentral.com • Office: 200 E. Van…
-
The Time zone is set to (UTC-05:00) Eastern Time (US & Canada) on the SQL Box, Primary and Secondary Polling Boxes. All SAM monitors are affected in this environment. We have a secondary environment in the West Coast that is on Orion Core 2011.2.2 and SAM 5.0.0 that is not affected what so ever. The current polling rate is…
-
140679
-
How do you add a query like this to a report?
-
Here's another take where I round to the minute. The sampling is at 5 minutes interval, this could be acceptable. To my dismay, both sub SELECT routines do work, but not the joined one. DECLARE @StartDate DateTime DECLARE @EndDate DateTime SET @StartDate = ${FromTime} SET @EndDate = ${ToTime} SELECT a.DateTimeNNI1 AS…
-
Hi, Thank you for your quick answer. The problem I have with the solution you propose is that it doesn't easily let me combine the average bps from both interfaces as it were a single virtual interface. I've tried that and the data I get is erronerous. I want the 95th percentile from both interfaces combined. The builtin…
-
My bad. There was a blank in front of the user name. It only showed when I enable the logs. Mea culpa !
-
I am running queries with Postman. For example: https://{{sw_host}}:17778/SolarWinds/InformationService/v3/Json/Query?query=SELECT Table, Field, ValueFROM Orion.CustomPropertyValuesWHERE Table='NodesCustomProperties' Using basic authentication. The "admin" user gets data while a new user gets immediately 403's. Even though…
-
Listing Resources shows exactly what is being monitored. Running an SNMP Walk shows that there is a LOT more available to be monitored. Vendor support tells me that my SNMP config is correct to allow full monitoring and this is confirmed by the SNMP Walk using the same credentials. The vendor has supplied the MIB but not…
-
Good Morning Lukas! Thank you for your hint. The variable ${CREDENTIALS} was not listet under ScriptMacros. So I used your script part you posted and it works fine. Thanks again -FRA
-
Script-based monitoring is one of the key features in APM 2.0.