Writing /app/www/public/data/meta/development/applications/polaris/reporting.meta failed
development:applications:polaris:reporting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:applications:polaris:reporting [2018/05/03 13:57] adowlingdevelopment:applications:polaris:reporting [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Scheduled Reports ======
 + --- //[[anna.dowling@errigal.com|Anna Dowling]] 2018/05/03 05:17//
 +
 +===== Introduction =====
 +There are two scheduled reports associated with the file sync process, which are sent to the customer on a daily basis. These are setup to send via the ReportingManager scheduled config and are also available to view and export in the ReportingManager. These reports utilise the multi query tab functionality to display multiple tabs of data in the exported report.
 +
 +===== Polaris Daily PULL Audit Report =====
 +
 +**Associated Result Tabs:**
 +  * PropertyChangeResults - Displays results for any values parsed from the spreadsheet that have changed and will get updated in the SnmpManager database.
 +  * RemoteFileParseResults - The processing result of the file retrieval. Indicates success or failure of process.
 +  * FileParseIssues - Stores values in the domain RemoteFileParseResult and catches any exceptions or unprocessed rows that are caught during the parsing and update process.
 +
 +**Schedule time:** Daily at 4AM
 +
 +===== Polaris Daily PUSH Audit Report =====
 +
 +**Associated Result Tabs:**
 +  * PropertyChangeResults - Displays results for any values parsed from the spreadsheet that have changed in the SnmpManager since last file generation and will get added to the file pushed to ATC's ftp location.
 +  * RemoteFileParseResults - The processing result of the file generation and push. Indicates success or failure of process.
 +
 +**Schedule time:** Daily at 3AM
 +
 +===== Watchdog's =====
 +
 +  - remoteFileGetJobFailure - Checks for failures on the RemoteFileAuditEvent domain in the scenario where we were unable to retrieve a file and notifies us via watchdog if this has occurred.
 +  - remoteFilePutJobFailure - Checks for failures on the RemoteFileAuditEvent domain in the scenario where we were unable to generate a file and notifies us via watchdog if this has occurred.
 +  - QuartzJobsBlocked - Added the quartz job blocked watchdog to ATC to notify us in the event of quartz getting blocked which may impact the schedule.