i would like to rate with stars the nodes to make it criticality. for the alerts rules.
so in the top ten i would see the criticaly top ten of much nodes.
so its more important to me the saturation of many cores than many branches.
Regards.
Couldn't you accomplish this with "Custom Properties"?
I would create a custom property called Criticality or Impact or Stars or whatever meaningful moniker. Then you can create a rule based on a custom property which says if "Custom Property 'Criticality' is Greater than or equal to 4" AND ("Node is not equal to UP" OR "Application is Not equal to Up") then send alert.
Hope this helps.
sure this helps, but how to make the more important top 10 in the dashboard?
In whatever resource you use in the Top Ten dashboard, edit the resource and use a SQL query to filter nodes with Custome Property "Criticality" which is greater than 4. So in the resource any item which meets the resources criteria and it has a criticality of 5 will appear.
For example: I would:
This resource should then only have nodes network, network wide, with criticality of 5. You can also create a custom view for additional dashboards which will expand this capability.
You can also rename the resource to "Top Ten Nodes High Errors & Discards Today" for example.
Just some thoughts.
ill try, thanks
Did you ever get this working?