historique des changements ajouté
This commit is contained in:
@@ -51,4 +51,13 @@ return [
|
||||
|
||||
// --- Logs ---
|
||||
'LOG_LEVEL' => 'INFO', // DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL
|
||||
|
||||
'STATE_DIR' => '/var/lib/monitoring',
|
||||
'INSTALLED_LOG' => '/var/lib/monitoring/installed-files.log',
|
||||
'CRON_JOBS' => [
|
||||
"*/5 * * * * bash {BASE_DIR}/bin/check_disk.sh > /dev/null 2>&1",
|
||||
"*/15 * * * * bash {BASE_DIR}/bin/check_smart.sh > /dev/null 2>&1",
|
||||
"10 3 * * * php {BASE_DIR}/bin/monitoring-update.php > /dev/null 2>&1",
|
||||
"* * * * * php {BASE_DIR}/bin/alert-engine.php > /dev/null 2>&1"
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user