historique des changements ajouté

This commit is contained in:
2026-03-20 09:13:37 +01:00
parent 4e7119297c
commit e6263c1ae2
3 changed files with 97 additions and 68 deletions

View File

@@ -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"
],
];