What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Custom Sensor XML ° as Unit

Votes:

0

Hello,

I would like to know how i can trought the xml Output show a ° as custom Unit.

My actuall XML Output is:

<?xml version="1.0" encoding="Windows-1252" ?> <prtg> <result> <channel>Temperature</channel> <unit>°C</unit> <float>1</float> <showChart>1</showChart> <showTable>1</showTable> <value>3.5</value> </result> </prtg>

In PRTG it show mit the unit øC.

custom-sensor unit xml

Created on Mar 31, 2015 9:44:13 AM



1 Reply

Votes:

5

Hi Adrian,

That would be:

<prtg>
	<result>
		<channel>Temperature</channel>
                <Unit>Custom</Unit>
                <CustomUnit>°C</CustomUnit>
		<float>1</float>
		<showChart>1</showChart>
		<showTable>1</showTable>
		<value>3.5</value>
	</result>
</prtg>

Created on Mar 31, 2015 12:05:05 PM




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.