I have a custom report from CE that shows all custom pollers assigned to all nodes. I would like to add this to the node details page but create an sql filter so it only shows the information for the node who's node detail page I am on.
Didn't realize you could use the same variables in the SQL filter that you can in alerts and it would be dynamic to the node who's page you were one.
Put this in sql filter
IP_Address = '${IP_Address}'
There is a resource for reports that you can add to this page and then you can select to display this report, have you tried that?
Yes i have added the report to the page but the report pulls information for all nodes instead of the current node im looking at.
Does this work for you?
It doesn't work for me.
Can you share your custom report query?