ContaoMonitoring / monitoring

Contao Extension: Provides a monitoring system for the Contao CMS.
https://contaomonitoring.gitbook.io/contaomonitoring
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Make the check intervall configurable #23

Open cliffparnitzky opened 6 years ago

cliffparnitzky commented 6 years ago

Currently the hourly Cron checks every hour (when triggered by real Cron).

In some cases it would be nice to configure the Monitoring System to check in smaller intevalls (e.g. every 15 minutes). A global value and overwriting for each system would be nice.

cliffparnitzky commented 6 years ago

This will have an impact on all other modules, that assume teh 1 hour check (e.g. timeline, compression).

cliffparnitzky commented 6 years ago

Timeline remembers the timestamp to calculate the difference between two tests ... so, there will not be any problemes.