It's easy to make a table showing all the nodes that aren't up, but I would like a table that shows all the devices that are down in a single group, not all groups. Anyone know what the correct sql filter is for that? My group name is NETWORKING.
Groups can contain virtually any object type. If you're trying to filter solely based on Node, then I would recommend using Custom Properties instead.
you can create custom property like NetworkGroup and populate the value as "NETWORKING" on all the nodes that comes under networking.
use the resource and add the below query in the filter nodes (SQL):
NetworkGroup = 'NETWORKING' AND Status=2
let me know if this helps.
Chethan MN gave a good example. You could also simply add the 'Groups With Problems' or 'Nodes With Problems' built in resources to your views, which will show you only the nodes/groups which have issues.