I am trying to make a resource for NOC view that shows APC UPS units that are on battery backup and/or need batteries replaced. I am unable to put a filter on Universal Device Poller resource. Does anyone have a way to accomplish this goal?
THANKS!
With the web based reports there isn't a handy way to push them to a dashboard, but you can use the "custom table" resource and use exactly the same setup as you did on the report.
-Marc Netterfield
Loop1 Systems: SolarWinds Training and Professional Services
Do you run into the same issue if you handle like this? https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/Create_a_web_based_report_from_a_Universal_Device_Poller
Thanks for the reply. I checked the link you refered to and it said:
In my instance of NPM 12.0 at least when I go to create new report there is no option for dynamic query builder or any of the other stuff. So I'm wondering if that article is even accurate?
Good morning -
Here's where you go for Advanced Selector:
I hope this helps.
Ken
Okay thanks, that helps a lot. I have a report built now, but cannot find a way to show as a resource. It appears I can only put a report writer report in a resource on a NOC view? Am I missing something (again)?
THANK YOU!
Looks like you have your solution but here is another way I sometime use to get external web pages to display on my dashboards.
-Add a Custom HTML resource to your dashboard
-Paste in the code below, replacing http://MYURLGOESHERE/ with your own URL
<style type="text/css">
iframe { overflow:hidden; }
</style>
<iframe src="http://MYURLGOESHERE" width="100%" height="500px" ></iframe>