Comments
-
KMNRuser Just a couple of notes here that could possibly help you out. Manage Nodes screen gives you a ton of flexibility here. First, if you have overloaded pollers, you could Group by Polling Engine in manage nodes then click on each polling engine to see nodes, and if you go to the top and toggle Nodes to interfaces,…
-
exactly, there is nothing there to allow your SolarWinds server to access the device.
-
Could probably get creative and come up with some custom SWQL or SQL to display but little difficult to do w/o knowing the UnDP's right off hand.
-
When you hover the resource title, look at the URL, that will contain the resourceid.
-
Glad I could help!
-
Like the doc says, depends on resource. Older ones use SQL, newer ones use SWQL.
-
Won't they just show back up when you run the config wizard?
-
Glad I could help. Can you mark my answer as correct?
-
Maybe try duplicating and editing with the edit excluding your AP's and then disable the default alert.
-
you need to follow your own process for obtaining a cert.
-
for a specific user add: WHERE Username='name of user' (We use domain accounts so I would have to put domain\username in between the single ticks) at the first query that rschroeder gave ya.
-
Delete will remove the interface from monitoring, including all historical data. Un-manage will temporarily stop monitoring the interface for a specified time.
-
or this
-
Sorry, was out last week with the flu. Instead of = use <>
-
Assuming AppInsight On SQL SELECT N.Caption, N.Ip_Address, app.DatabaseName,app.LastBackup FROM [APM_SqlBbDatabaseAlertsData] App JOIN dbo.nodes n on app.NodeID = n.nodeid WHERE (DATEDIFF(hh, app.LastBackup, GETDATE()) > 48) or app.LastBackup IS NULL Order BY app.DatabaseSize DESC
-
sorry, I'm not so great at powershell. The queries I gave you run in SWQL studio for me though, or in a custom query resource box.
-
Or for extra fancy: SELECT Servername, KeepAlive ,CASE when SECONDDIFF(KeepAlive,GETUTCDATE())>1440 then round(SECONDDIFF(KeepAlive,GETUTCDATE())/1440.0,1) when SECONDDIFF(KeepAlive,GETUTCDATE())>60 then round(SECONDDIFF(KeepAlive,GETUTCDATE())/60.0,1) else SECONDDIFF(KeepAlive,GETUTCDATE()) end as [Time Down] ,CASE when…
-
Is there something you need help with? I'm muddling my way through it. Mine are pretty specific to the custom properties that we have in place, i.e. Show status of all WAN circuits across all instances, show status of specific projects, stuff like that.
-
yup, known issue. You can reference Case 988749. Support needs to supply the fix. Replace a file and it's all working again.
-
Did you try the HTTP component monitor? Create a new template. Add the HTTP component. Give the template a pretty name. Rename your HTTP monitor to a friendlier name if you want. Pop in credentials if needed. Pop in your URL. Pop in your "F5 HealthCheck File CQ is Working" in the Search string field. Save the template.…
-
I have a Cisco VG224 that I tried to add as a gateway in VNQM 4.2 and it wouldn't let me add it.
-
ok, modify that report with this: with t as (SELECT StartTime.EventTime, Nodes.Caption, Nodes.Location, StartTime.Message, DATEDIFF(Mi, StartTime.EventTime, (SELECT TOP 1 EventTime FROM Events AS Endtime WHERE EndTime.EventTime > StartTime.EventTime AND EndTime.EventType = 5 AND EndTime.NetObjectType = 'N' AND…
-
Well, I'm no big gun, but I'm not afraid to take a stab. Select AlertName from dbo.AlertDefinitionsView where Triggerquery like '%Application Name%'
-
To work around the issue, I used a local SW account that has admin privs. AD authentication seems to be problem for me and take forever.
-
Opened Case 622402 NPM 10.6.1 Opened Atlas from primary Poller. Took 23 mins to open GUI Takes long time from my workstation as well. Added a node to a new map. took 3:41 mins Closed Network Atlas. Took 5:30 mins to close.
-
Assuming AppInsight on SQL: SELECT N.Caption, N.Ip_Address, app.DatabaseName, app.DatabaseSize, app.TransactionLogSize FROM [APM_SqlBbDatabaseAlertsData] App JOIN dbo.nodes n on app.NodeID = n.nodeid WHERE --If you need to exclude certain databases....they can be listed below app.Databasename Not IN ('master', 'tempdb',…
-
@rebelezna ewwwwww..... Don't know if I can add to this query because the "Sensors_With_Problems" has multiple results...not listed out by Sensor. Maybe would have to rewrite to get that. Not sure.
-
Here ya go trilobite rex Replace with this query. You can uncomment (2 sections) the Sensors_With_Status if you want the entire status Select NodeName , IP_Address , Hardware_Model , Hardware_Service_Tag , Cast(Hardware_Status_Description As nvarchar(250)) as Hardware_Status_Description , Sensors_With_Problems --,…
-
Documentation for the RC? just did an install and looking for info.