From d2fb171f0fa0e5e6ddbb554ba993c2f013cd4513 Mon Sep 17 00:00:00 2001 From: Mihir Gajjar <98042697+mgajjar19@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:24:09 -0500 Subject: [PATCH] Update fusionpbx-template-zabbix7.yaml Added Email Queue monitoring key for Waiting status. --- fusionpbx-template-zabbix7.yaml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/fusionpbx-template-zabbix7.yaml b/fusionpbx-template-zabbix7.yaml index d50129b..71740dc 100644 --- a/fusionpbx-template-zabbix7.yaml +++ b/fusionpbx-template-zabbix7.yaml @@ -47,6 +47,23 @@ zabbix_export: priority: DISASTER description: 'Email Queue has experienced a failure. Investigate why there are emails failing to be sent.' manual_close: 'YES' + - uuid: a6d2644f5c1f4c99925e680ecdb7192d + name: 'Email Queue High Waiting Time' + key: fusionpbx.email_queue.waiting + delay: 10m + history: 10d + trends: 31d + tags: + - tag: Application + value: FusionPBX + triggers: + - uuid: 6de0a27fc5914a0a9f9acd33b05df565 + expression: last(/FusionPBX/fusionpbx.email_queue.waiting)>1200 + recovery_mode: RECOVERY_EXPRESSION + recovery_expression: last(/FusionPBX/fusionpbx.email_queue.waiting)<1200 + name: 'Email Queue Wait Time Exceeded' + priority: DISASTER + manual_close: 'YES' - uuid: 64438264b93c4e42a7d4fefe3dbd3dca name: 'Extensions Total' key: fusionpbx.extensions.total @@ -148,4 +165,4 @@ zabbix_export: recovery_expression: 'last(/FusionPBX/fusionpbx.voicemail.unread[enter-uuid-of-vm-box-here],#1)=0' name: 'Voicemail Alert' status: DISABLED - priority: WARNING \ No newline at end of file + priority: WARNING