modification des channels

This commit is contained in:
2026-03-17 07:46:24 +01:00
parent c9d6fd48ed
commit 763bc0ba48
2 changed files with 76 additions and 21 deletions

View File

@@ -42,16 +42,23 @@ return [
// --- Canaux par défaut selon le niveau ---
'DEFAULT_CHANNELS' => [
'WARNING' => 'ntfy',
'ERROR' => 'ntfy,mail',
'CRITICAL' => 'ntfy,mail',
'INFO' => 'ntfy',
'NOTICE' => 'ntfy',
'WARNING' => 'ntfy',
'ERROR' => 'ntfy,mail',
'CRITICAL' => 'ntfy,mail',
],
// --- Tags ntfy par niveau ---
// --- Tags ntfy (Liste exhaustive par niveau) ---
'NTFY_TAGS' => [
'WARNING' => 'warning',
'ERROR' => 'warning,rotating_light',
'CRITICAL' => 'skull,warning',
'INFO' => 'information_source', //
'NOTICE' => 'bell', // 🔔
'SUCCESS' => 'white_check_mark', // ✅
'WARNING' => 'warning', // ⚠️
'ERROR' => 'rotating_light,warning', // 🚨
'CRITICAL' => 'skull,warning', // 💀
'EMERGENCY' => 'fire,sos,skull', // 🔥
'DEBUG' => 'gear', // ⚙️
],
// --- Règles spécifiques par événement ---