Hi team,
I have created a powershell script that will create the following XML file:
<prtg> <result> <channel>Total Points</channel> <value> 43140 </value> </result> <result> <channel>Members</channel> <value> 49 </value> </result> <result> <channel> AfgPijnGiver.XL </channel> <value> 5140 </value> </result> <result> <channel> Jeroen </channel> <value> 5019 </value> </result> <result> <channel> Floris I </channel> <value> 4976 </value> </result> <result> <channel> ~Dr@gonEyez~ </channel> <value> 4954 </value> </result> </prtg>
It works. But the default unit name for the points is # and I would like to have it changed to "Points". Is there a XML line I can add per result where I can define the unit name?
Add comment