qzwi: add basic monit metadata

This commit is contained in:
Rico 2022-01-04 11:17:27 +01:00
parent edb49b9a09
commit e4fa31464e
Signed by: stillbeben
GPG key ID: AE1066B5BD0B5041

View file

@ -3,6 +3,7 @@ hostname = "31.47.232.108"
bundles = [ bundles = [
"ldap-frontend", "ldap-frontend",
"letsencrypt", "letsencrypt",
"monit",
"nginx", "nginx",
"nextcloud", "nextcloud",
"openldap", "openldap",
@ -75,3 +76,9 @@ manage = [
[metadata.vm] [metadata.vm]
cpu = 4 cpu = 4
ram = 4 ram = 4
[metadata.monit]
from_address = "monit@qzwi.de"
alert_addresses = [
"rico@qzwi.de",
]