The most recent content from our members.
We have a script creating a table for a view. The customer wants the 3 columns to be Green, Red, Black, Blue How do I change them if i can? ___ Script being used: SELECT WAN_REPORT_PRIMARY, COUNT(NodeID) AS TotalNodes, sum(case when Status = '1' then 1 else 0 end) AS NodeUP, sum(case when Status = '2' then 1 else 0 end) AS…
Want to know which Applications are not polling in your environment? Try adding this to a custom table report on your summary view. The query below targets any components that have not polled in the last hour. I excluded AppInsight applications from the results for several reasons. 1. Click 'customize page' in the top…
Hello! I currently have a custom table that returns different values polled via SNMP. Basically, I'm asking an application who host it. Values returned are the same as caption of another monitored node. (Think of it as if you were asking a VM who's the active and standby host). Polled Node it the node where the UnDP result…
Hi, I am looking to build out a custom query resource view for this. Do you know which table contains the muted nodes information? I checked the orion.mantenance table and there's no info displayed, even when I have muted the nodes.
Looking for a little assistance here. I have created a view for a location. In that view I have added a 'Custom Table' resource. The custom table is set to display the nodes that are associated with this location. When I view the custom table there is a note in blue text at the bottom that reads "This Resource Doesn't Show…
Hello all, I am working on creating a Custom table to show a listing of various Database status. But I notice that after I have built the table, I keep getting a message on the bottom of my table that states: The resource doesn't show all data. Is there a way to get the table to show all the data, or is there a limit of…
I'm trying to setup a Web resource that states all UnDP polls on a given node, and I'm trying to avoid to go the SQL/SWQL path as much as possible. I created a Custom Table Web ressource providing all data (MIB, Description, OID, GroupName, Raw & Cooked value, defined poll interval, enabled?, and date time of last poll).…
I am trying to create a Top XX interface utilization table. Yes there is a Top XX report out there already but the nodes and interfaces in this resource are clickable. In other words when you hover your mouse over them they become active links to another details page. We like that view and I have been asked to create the…
From what I've gathered here on thwack, the "Details Page Link" display setting is a largely MIS-understood concept and that there is some behind the scenes work required when crafting your data source. (all of which from what I can tell is undocumented) Other thwackers (or geniuses) have figured out the behind the scenes…
It looks like you're new here. Sign in or register to get started.