Hello all,
I have an issue that likely crosses between monitoring and authoring, so I am hoping putting it into General is the correct place.
I have been creating a management pack (with the help of Silect MP Author) and I have a rule that is collecting performance data by executing a PowerShell script every x minutes (in this case, 5 minutes).
The rule is collecting the data as expected, but when I put it into a performance view the way it is being interpreted and displayed is not as I would expect. Each time the PowerShell script returns a new numeric value as the performance value, it creates a new instance and begins plotting a new section of the performance graph, even though it is running on the same client.
The effect is as shown in this screenshot: link
The side effect is that I can view trends, but only if I filter all of these instances by machine name and then select every single instance to show. Isn't there a way to set up the view to collate all of these so I get a single plotted line for the rule's various values?
Thanks!