...
sudo -u cactiuser scp -i /home/cactiuser/.ssh/id_dsa dnaadmin@62.40.99.114:/home/dnaadmin/2017-08-01_event-export.csv /var/tmp/2017-08-01_event-export.csvcsv ----this originally used to copy the file to "/tmp" but I've changed it to "/var/tmp" due to limited space issue on "/tmp"
** Pay attention to the year and the month value in the above statement. The month value is the actual month you are preparing the report. E.g. the above example will contain the data for July and NOT for August
The command will copy off the monthly event log from the London instance of the Infinera DNA box (62.40.99.114) and store it in the /var/tmp directory of prod-cacti01-fra-de.geant.net
...