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

Maßeinheit für XML-Sensor

Votes:

0

Hallo, ich überwache einen value, der in Bytes übergeben wird. Im XML-Skript lasse ich den Wert auf Gigabyte umrechnen und lasse die Dezimalstellen über "Auto" ausblenden. Als Einheit bekomme ich z.B. "54 GByte #". Weshalb wird das "#" immer mit angezeigt?

Danke und Gruss Merlin

<result>
        <channel> ID # 241 Total LBAs Written </channel>
		<VolumeSize>GigaByte</VolumeSize>
		<mode>Absolute</mode>
	        <DecimalMode>Auto</DecimalMode>
		<showChart>1</showChart>
	        <showTable>1</showTable>
	        <warning>0</warning>
	        <float>1</float>
	        <value> 58559466496 </value>
	        <LimitMaxError>100000000000000</LimitMaxError>
	        <LimitMaxWarning>10000000000000</LimitMaxWarning>
	        <LimitWarningMsg>My custom note for warnings</LimitWarningMsg>
	        <LimitErrorMsg>My custom note for errors</LimitErrorMsg>
	        <LimitMode>1</LimitMode>
</result>

script unit xml

Created on Jul 2, 2014 5:19:53 PM

Last change on Jul 3, 2014 6:37:39 AM by  Konstantin Wolff [Paessler Support]



1 Reply

Votes:

0

Hallo,
das # wird angezeigt weil keine explizite Einheit im Skript mitgegeben wird. Die Umrechnung kann PRTG direkt selbst machen, diese muss nicht explizit angegeben werden. Bitte versuchen Sie einmal ein weiteres Tag mit

<unit>BytesDisk</unit>

anzugeben. Dann kann PRTG direkt mit den Werten arbeiten. Alternativ ist es möglich eine Custom Einheit mitzugeben:

<customunit>Gigabyte</customunit>

Beste Grüße

Created on Jul 3, 2014 6:41:18 AM by  Konstantin Wolff [Paessler Support]




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.