correction ntfy send

This commit is contained in:
2026-03-17 08:14:39 +01:00
parent 6541cefea0
commit 0aebf47f6b
3 changed files with 13 additions and 10 deletions

View File

@@ -49,16 +49,18 @@ return [
'CRITICAL' => 'ntfy,mail',
],
// --- Tags ntfy (Liste exhaustive par niveau) ---
// --- Tags : Une icône pour chaque état possible ---
'NTFY_TAGS' => [
'DEBUG' => 'gear', // ⚙️
'INFO' => 'information_source', //
'NOTICE' => 'bell', // 🔔
'SUCCESS' => 'white_check_mark', // ✅
'WARNING' => 'warning', // ⚠️
'ERROR' => 'rotating_light,warning', // 🚨
'CRITICAL' => 'skull,warning', // 💀
'ALERT' => 'ambulance,rotating_light',// 🚑
'EMERGENCY' => 'fire,sos,skull', // 🔥
'DEBUG' => 'gear', // ⚙️
'AUDIT' => 'mag', // 🔍
],
// --- Règles spécifiques par événement ---