Hi,
We have been asked to provide an output/audit of what we are monitoring within PRTG. This is to include Export Device -> Sensor -> Channel
I have ran the /api.htm to gather all sensors (which includes the devices and probes). I then ran the GUI to export channel information (referenced at https://helpdesk.paessler.com/en/support/solutions/articles/65767-export-threshold-limits). I have attempted to correlate the sensors with channels using vlookup in excel but there does not see to be anything to link sensor with channels.
Closest I have come is Device -> Sensor using the API.
Is there any way of generating a csv of Device -> Sensor -> Channel
Thanks
Hello,
Thank you for the KB-Post. When generating the list of sensors on each device, you should get the IDs of the sensors each as well.
With these IDs you can iterate through all sensors one by one, and get their list of channels with one API call per sensor:
best regards
Jul, 2017 - Permalink