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?


Article Comments

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]


Mar, 2017 - Permalink

Hi,

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


Mar, 2017 - Permalink