diff --git a/AppImage/ProxMenux-1.2.1.2-beta.AppImage b/AppImage/ProxMenux-1.2.1.2-beta.AppImage index d8ae4717..d106f65d 100755 Binary files a/AppImage/ProxMenux-1.2.1.2-beta.AppImage and b/AppImage/ProxMenux-1.2.1.2-beta.AppImage differ diff --git a/AppImage/ProxMenux-Monitor.AppImage.sha256 b/AppImage/ProxMenux-Monitor.AppImage.sha256 index 110ef6d5..95067813 100644 --- a/AppImage/ProxMenux-Monitor.AppImage.sha256 +++ b/AppImage/ProxMenux-Monitor.AppImage.sha256 @@ -1 +1 @@ -0e75481fb3e466dff46e60776fdfe874c17dd653f492c11c6214e3e410013441 ProxMenux-1.2.1.2-beta.AppImage +d0b86c07819056f121c5e86f1246462cadba982f56d414b7dc062eff47f3af1f ProxMenux-1.2.1.2-beta.AppImage diff --git a/AppImage/scripts/notification_templates.py b/AppImage/scripts/notification_templates.py index 5b46688a..3de2b19b 100644 --- a/AppImage/scripts/notification_templates.py +++ b/AppImage/scripts/notification_templates.py @@ -902,10 +902,18 @@ TEMPLATES = { 'system_mail': { 'title': '{hostname}: {pve_title}', 'body': '{reason}', - 'label': 'PVE system mail', + 'label': 'PVE system mail (cron output, smartd, mail bounces)', 'group': 'other', 'default_enabled': True, - 'hidden': True, + # NOT hidden — operators need to be able to mute this when PVE is + # configured to forward root@ mail via the notification webhook. + # The classic case is a cron job that prints to stdout every N + # minutes: cron mails the output to root, PVE re-emits it as a + # `system-mail` event, and the Monitor forwards it to every enabled + # channel. Most operators want smartd alerts but NOT noisy cron + # output — without a visible toggle the only fix is editing + # /etc/aliases or removing MAILTO from the cron job. Audit Tier 6 + # — `system_mail` toggle no visible en UI / reportado por usuario. }, 'webhook_test': { 'title': '{hostname}: Webhook test received',