How can I export a Syslog to Textfile?
Article Comments
Hello,
that's only possible in a limited way using the PRTG API and with a call like:
http://MY_PRTG_SERVER/api/table.xml?content=messages&columns=objid,datetime,parent,type,name,status,message&id=SENSOR_ID
SENSOR_ID should be the ID of the Syslog sensor in PRTG.
Best Regards.
Mar, 2011 - Permalink
Torsten,
I can run the call OK with great information resulting, but is there a way to get 'all' the tables in a range? Seems this all only grabs the current table.
Gregg
Apr, 2012 - Permalink
Hello,
that's only possible in a limited way using the PRTG API and with a call like:
SENSOR_ID should be the ID of the Syslog sensor in PRTG.
Best Regards.
Mar, 2011 - Permalink