]> git.proxmox.com Git - pve-cluster.git/commitdiff
datacenter.cfg: add new email_from option
authorStanislav German-Evtushenko <ginermail@gmail.com>
Wed, 3 Sep 2014 10:18:48 +0000 (10:18 +0000)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 4 Sep 2014 15:27:27 +0000 (17:27 +0200)
Signed-off-by: Stanislav German-Evtushenko <ginermail@gmail.com>
data/PVE/Cluster.pm

index f679693eb45498694c7474e178e2d709011a1fc6..e3554b9497909def832b80426b9fdc8b37e3410e 100644 (file)
@@ -1264,6 +1264,11 @@ my $datacenter_schema = {
            description => "Select the default Console viewer. You can either use the builtin java applet (VNC), an external virt-viewer comtatible application (SPICE), or an HTML5 based viewer (noVNC).",
            enum => ['applet', 'vv', 'html5'],
        },
+       email_from => {
+           optional => 1,
+           type => 'string',
+           description => "Specify email address to send notification from (default is root@\$hostname)",
+       },
     },
 };