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

Monitor PRTG Status

Votes:

0

Hi,

id like to track changes for valus shown on the status page. Like Database objects and so on. Can this values be read from somewhere except the status page?

api prtg statistics status

Created on Mar 17, 2017 3:29:06 PM

Last change on Mar 20, 2017 8:18:47 AM by  Luciano Lingnau [Paessler]



2 Replies

Accepted Answer

Votes:

0

Hello there, thank you for your post.

You can find some information on the following standard sensors (Located on your Probe device) :

You can poll the readings from these sensors with the API:

/api/table.xml?content=channels&output=xml&columns=name,lastvalue_&id=%%SENSORID%%

You can also use /api/table.xml?content= to check the count of the following objects, by checking the value of "totalcound=" in the XML result:

  • content=groups
  • content=devices
  • content=sensors
  • content=reports
  • content=maps
  • content=tickets

It's also possible to monitor the summary of sensors by status:


Best Regards,
Luciano Lingnau [Paessler Support]

Created on Mar 20, 2017 8:18:27 AM by  Luciano Lingnau [Paessler]



Votes:

0

Hi,

thank you. Those values are exactly what i am looking for.

Created on Mar 20, 2017 10:09:34 AM




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.