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

getstatus.xml versus getstatus.htm

Votes:

0

how do i get the same information that is in /api/getstatus.htm in /api/getstatus.xml?

For example, i would like to display all sensor counts on a display board and would like them in XML format, however, getstatus.xml does not report up sensor counts (as well as others).

api prtg xml

Created on May 11, 2013 5:19:03 AM



1 Reply

Votes:

0

If you want to have those values in the getstatus.xml api call, you can go to the webroot\api folder under the PRTG program files and edit the XML call to also have these lines of code:

<UnusualSens><#objectstatus name="unusualsens" id="0" show="textraw"></UnusualSens>
<UpSens><#objectstatus name="upsens" id="0" show="textraw"></UpSens>
<WarnSens><#objectstatus name="warnsens" id="0"  show="textraw"></WarnSens>
<PausedSens><#objectstatus name="pausedsens" id="0" show="textraw"></PausedSens>
<UnknownSens><#objectstatus name="undefinedsens" id="0" show="textraw"></UnknownSens>

Created on May 13, 2013 1:10:46 PM by  Greg Campion [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.