Comments
-
if needed in report change format to tabular to chart.
-
select cps.avgrate,cps.description from orion.NPM.CustomPollerStatistics as cps where cps.datetime<=getutcdate()-15 Above query will give the results in tabular format for last 15 days.
-
Ideally configs will be present in polling server as per retention period set for backups, also check the config purge jobs
-
Had the same issue with KPI Widgets, when this will be fixed
-
@"steffen.gutzeit" can you help about the reporting
-
@"cheryl1" @"mesverrum" @"adam.beedell" any alternate way need to get these views for other cisco devices
-
@"cheryl1"
-
can see a report in this post but while trying for the same not able to capture interface detailsthwack.solarwinds.com/.../top-xx-application-per-interface
-
@"mesverrum" @"adam.beedell"
-
@"adam.beedell" @"JP_net" @"mesverrum" any idea how can I link widgets together in same dashboard.
-
I got it and it works when two dashboards having links togeter in table widgets, But currently I am looking for making KPI widgets interactive with numbers on it and looking link widgets together in same dashboards using widget links like how dashboards have URLs -'/apps/platform/dashboard/' . above two widgets are working…
-
Looking for linking widgets together in same dashboard with widget urls
-
I have came across below query..SELECT n.Caption,n.DetailsUrl,n.StatusLED,n.InPercentUtil,n.OutPercentUtil FROM Orion.NPM.Interfaces n where getutcdate()> getutcdate()-30 you can add joins and date functions to get other details into query
-
Agree but do you have any interactive modern dashboard widgets created, if yes can you can share the queries. wanted to see How to link dashboards/widgets together.
-
Agree what JP_net said, you need to check if the topology is selected in list resources and OIDs from the devices are getting the data into solarwinds.
-
please check if you are getting the OIDs from the device in soalrwinds using snmp walk
-
Check if the hardware sensor is selected in list resources or check if you are getting the OID data for the hardware sensor in soarlwinds MIB
-
yes,global filters are not working I have also tried that not sure how to make those dashboard widgets more interactive.
-
Thankyou for the reply could you please look into this query how to link widgets together in modern dashboards thwack.solarwinds.com/.../linking-widgets-together-in-modern-dashboards
-
I would recommend to go for swql query and fetch the bps and alert as per utilisation, but need to identify the logic how to build the logic for peak and off peak hours in a day
-
But where and how to run these queries to show limited custom properties on tool tips in manage nodes page also for example can I run the query separately to get a separate view of tooltip for entities in maps.
-
I am also having same issue in error logs ,any solution what was done to resolve the issue
-
Any solution why this plugin is failing from anyone
-
use the windows service component monitor or process monitor in SAM.
-
have tried this in different way, I created separate table dashboard and a KPI widget in different dashboard and navigated link to that table upon clicking the widget but not working not sure what happened wrong
-
Thanks for sharing , I have created below custom query , added to KPI widget but when I am clicking on it it doesn't helping me to land on different page where I have created a table widget having all devices with status,am I missing something .. does any modifications needed SELECT N.TheCount , CASE WHEN D.Link is null…
-
yes correct
-
yeah I got it what you are talking about but I wanted a different onclick behavior, wherever I click on the widget it needs to land me on different page.
-
I tried it but widget is not interactive and upon clicking on it , is it working fine for you?
-
Thankyou for your reply I am looking for an interactive modern dashboard wherein I wanted to click on the view and it has to take me to associated view. like if I click on the acknowledge alerts it has to show me the acknowledge alerts list in another widget.