Hello,
I want to create some KPI widgets for the basic node information (count) (node down, node up, warning etc.). I cannot figure out how to filter these results by the custom node properties - example: One widget to count how many nodes are down from a specific region(from node custom properties) (Europe for example).
I have this query that returns the value of all nodes present, I've tried to apply some conditions to it but no success:
select count(1) as countnodes from orion.nodes
All the help will be appreciated.
Thank you.