Hi
I'm running PRTG 15.1.13.1382. And have a question on how to order channels on stacked graphs.
I have setup a custom Exe/Advanced sensor with a couple of channels.
As an example:
<?xml version="1.0" encoding="UTF-8" ?>
<prtg>
<result>
<channel>Executing</channel>
<value>5</value>
</result>
<result>
<channel>Idle</channel>
<value>10</value>
</result>
</prtg>
Now sometime later i find out that i need to include more data for his sensor, so i edit my script, and it adds another channel to the XML output named Initializing with some value.
<result>
<channel>Initializing</channel>
<value>3</value>
</result>
PRTG recognizes this and the channel now appears on the sensor.
I have set the sensor graph to show as a stacked graph with the "stack channels on top of each other" setting on the sensor. The problem is that i always need my "Idle" channel to be the top stacked part of the graph, and the new "Initializing" channel is now showing up as the top stacked part of the graph. How can i change the ordering of how channels are stacked in graphs to achieve this?
I may in fact want the Initializing channel to be the bottom part of the stacked graph, but for now i can live with simply making sure my "Idle" channel always goes on the top of the stacked graph.
Can anyone offer some insight/help?
Best Regards Peter
Add comment