Due to a review of our PRTG we need a file containing a list of all sensors with their entire configuratuion-data.. A flat file would be good enough.


Article Comments

Dear Ages

Creating a list of all sensors is possible, but using the interface or API it is not possible to get the configuration data at the same time. This is the API call to get a CSV list:

/api/table.csv?content=sensors&columns=objid,probegroupdevice=text,sensor=htmllong,status,message,lastvalue,priority,checkbox&count=*&

Nov, 2014 - Permalink