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

Export Device -> Sensor -> Channel

Votes:

0

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://kb.paessler.com/en/topic/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

channel-export device sensor

Created on Jul 21, 2017 10:58:46 AM



1 Reply

Votes:

0

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:

https:/your_prtg/api/table.json?content=channels&output=json&columns=name,lastvalue_&id=SENSOR_ID

best regards

Created on Jul 24, 2017 11:14:15 AM by  Torsten Lindner [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.