I created a summary view has a home page. I put on it some custom HTML that I took from specific node / custom poller I wanted. For example on my summary view, I can see the remaining battery from a specific APC UPS. I do this by creating a gauge for the APC UPS and selecting the battery MIB. The I just past the HTML for the gauge img into my summary page custom HTML section.
This works fine, but what if I want to display not a gauge from the custom MIB, but just the value.
So basically, I want to display on a summary view the value of a custom MIBpoller from a specific node. Is this possible? cause when I look at the source from a custom pollersummary, the value is just text. not a dynamic value like the gauge.
Thanks