From e4fa31464e81492176ea87c2f6633bea4b3e2828 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Tue, 4 Jan 2022 11:17:27 +0100 Subject: [PATCH] qzwi: add basic monit metadata --- nodes/qzwi.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nodes/qzwi.toml b/nodes/qzwi.toml index a580fc1..c069cd9 100644 --- a/nodes/qzwi.toml +++ b/nodes/qzwi.toml @@ -3,6 +3,7 @@ hostname = "31.47.232.108" bundles = [ "ldap-frontend", "letsencrypt", + "monit", "nginx", "nextcloud", "openldap", @@ -75,3 +76,9 @@ manage = [ [metadata.vm] cpu = 4 ram = 4 + +[metadata.monit] +from_address = "monit@qzwi.de" +alert_addresses = [ + "rico@qzwi.de", +] \ No newline at end of file