I have written PowerShell script monitors to keep track of how many connections exist to each web-server in our F5 pools. I would really like to be able to plot this data onto Multiple Object Charts so I can view all web-servers connection levels alongside other metrics captured in other Component Monitors.
I have no problem adding a Multiple Object Chart to a View, and then configuring it with the Component Average Statistic Data for my PowerShell Script Monitors, but no data appears in the charts. It only seems to work if I use Multiple Statistic Charts. These do not let me add multiple statistics per chart (unless it's for a single Node?) so it's not ideal. My PowerShell Script Monitors only return one statistic named Statistic, if that helps.
Thanks!