The Web Application database stores data for report and user interface events. The type of data tracked depends on your configuration. At the Extract interval, the monitoring service moves this data from the local db to the collected db.
Each Scheduler Service has a local database which stores report execution data, if enabled in the configuration. At the Extract interval, the monitoring service moves this data from the local dbs to the collected db.
Scheduler performance data is “persistent,” that is, always available, and is therefore not stored in the local scheduler dbs. At the Statistics interval, the monitoring service polls the schedulers for their performance statistics, and logs this data in the collected db.
ExagoWebMonitoringMonitoring.sqlite
– WebApp db
ExagoWebappSettings.config
– Select which web app data to track
MonitoringServiceMonitoring.sqlite
– Main collected db
MonitoringServiceMonitoring.exe.config
– Set Extraction & Statistics intervals
ExagoSchedulerMonitoring.sqlite
– Scheduler local db
ExagoSchedulereWebReportsScheduler.exe.config
– Select which scheduled report data to track