Hello Team,
We want some reports in excel format we are doing this with the help of "PTF.CSVExport". We want to combine result for all CPU sensors but I am not able to add device name column in result csv. I am using below command,
CSVExport.exe -pu=prtgadmin -pp=abcxyz -ps=10.20.51.45:8080 -s="3256,3240" -av=86400 -sd=2017-06-01-00-00-00 -ed=2017-06-30-00-00-00 -fc="date time,total" -co -ac="Local Probe,DB team [DB-W-12-DB-003 (10.20.201.93)]" |
Add comment