mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-05-22 08:34:44 +00:00
Update AppImage 1.2.1.2
This commit is contained in:
Binary file not shown.
@@ -1 +1 @@
|
||||
0e75481fb3e466dff46e60776fdfe874c17dd653f492c11c6214e3e410013441 ProxMenux-1.2.1.2-beta.AppImage
|
||||
d0b86c07819056f121c5e86f1246462cadba982f56d414b7dc062eff47f3af1f ProxMenux-1.2.1.2-beta.AppImage
|
||||
|
||||
@@ -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@<host> 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',
|
||||
|
||||
Reference in New Issue
Block a user