correction ntfy send
This commit is contained in:
@@ -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 ---
|
||||
|
||||
Reference in New Issue
Block a user