modification des channels
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user