Ability to change the icons shown in a Table Widget
We are using table widgets in dashboards that we have given our customer the ability to see, and they have asked if it is possible to use different icons for different devices that are being monitored? For example, we would use one icon for networking devices, another for servers, etc. Does this feature exist? Thanks, Ernie Data Blue1View0likes1CommentGrid View or Table View for multiple text info fields
Hi, I have a need to return from my SQL Servers some text based information that I want to display in a table or grid view. Its not counter/statistic/eventalert based but the information may include counter/statistic informationinaddition to a number of text information fields. Perhaps the table/grid view and associated data source can be limited to 10 to 20 records,and provide a refresh internal options of 1 hour, 1 day or 1 week. The data is NOT accumulated by instead refreshed (overwritten) for each interval execution. Use cases for my requirementswould be once day or week where I would liketo present a grid view for each of the following datasets 1. Top 5 Missing indexing information = includes Database Name, table Name, Missing index definition, User Seek count, User Scan count. This information is captured via SQL Server query on internal management views. 2. Top 5 database queries = includes Database Name, query text limited to say 512 bytes, CPU, Reads, Memory, Duration - again capture by a query 3. Top 10 File IO databases = includes Database Name, Logical data file name, physical file name, bunch of stats fields - again captured by a query So essentially this is not alert data but provides some tuning and health information in the form of a number of text fields and stats fields presented in a table/grid view that arerefreshed (overwritten) in each capture execution (collection interval). thanks Rob1View0likes2Comments