The Web Reports include an option to send scheduled reports as an email or to save to a folder.
If the default directory is not suitable then there are two options to customize the location of the saved reports.
Open to the following path:
C:\Program Files\EventSentry\WebReports\jobs\
Right click the <job-name> folder and select Send to then Desktop
This will create a folder on the Desktop to allow easy access to the respective jobs folder.
Navigate to the conf path:
C:\Program Files\EventSentry\WebReports\conf
Open jobs.xml with a text editor as an Administrator:
1 2 3 4 5 6 7 8 9 10 11 |
<jobs> ... <value> ... <filename>$JOB-$TIMESTAMP</filename> <method>folder</method> <name>Errors over the last Last 24 hours</name> <path>C:\Program Files\EventSentry\WebReports\jobs\</path> <type>report</type> </value> </jobs> |