#!/bin/bash ########## # monit ########## CONFIG_MONIT_USER=admin CONFIG_MONIT_PASS=apassword ########## # email notifications via msmtp-mta # optional ########## #CONFIG_NOTIFY_EMAIL=user@domain.tld #CONFIG_NOTIFY_SMTP_SERVER=email.domain.tld #CONFIG_NOTIFY_SMTP_USER=user@domain.tld #CONFIG_NOTIFY_SMTP_PASS=apassword