Can Orion show a list of all objects that NPM and SAM are unable to poll?
(Have multiple such objects and would like to see all of them.)
When you say can't poll, are you talking about SNMP polling? If so, you can create a report which will show which nodes are not responding to SNMP:
1) Home->Reports->Manage reports(in right corner) 2) Click on "Create new report"-> click on "Get started"->select "Custom table" (in Reports) 3) SELECTION METHOD have to be "ADVANCED DATABASE QUERY" and check SQL Copy there this SQL query: SELECT Caption,NodeID,IP_Address,LastSystemUptimePollUtc FROM Nodes WHERE ObjectSubType='SNMP' AND DATEDIFF(s, LastSystemUptimePollUtc, GETUTCDATE())>PollInterval 4) Write Title and add columns through the button "Add column" and after it click on "Submit" 5) Enter Report Title in Header and click next and next 6) Write "Report description" if you want and next 7) Schedule your report if you want and next 8) Summary is last page and click on "Submit" to create Report
I can't take the credit for the instructions above, it came from SolarWinds support some time ago when I was disbelieving the information I was receiving from a home-brew report
Thank you. Was hoping for a dynamic Orion widget like "nodes not up". I should be able to translate the above into an alert though, probably? ("If an object failed to be polled in the last poll attempt, alert me".)
You should be able to use the SQL code as the basis of a SQL based alert, aye.