2020-08-04 23:57:58 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
# Notifiation email setup
|
|
|
|
monit_notification_email: "user@domain.tld"
|
|
|
|
monit_smtp_server: "mail.domain.tld"
|
|
|
|
monit_smtp_user: "user@domain.tld"
|
|
|
|
monit_smtp_password: "password"
|
|
|
|
|
|
|
|
# Filesystems to monitor
|
|
|
|
monit_filesystems:
|
|
|
|
- { name: "rootfs", path: "/", alert: "80%" }
|
|
|
|
|
|
|
|
# Monitor WireGuard?
|
2020-08-05 00:50:48 +00:00
|
|
|
monit_wireguard: false
|
2020-08-05 00:55:55 +00:00
|
|
|
monit_wireguard_ip: 192.168.254.1
|
2020-08-04 23:57:58 +00:00
|
|
|
|
|
|
|
# Username / password for monit web service
|
|
|
|
monit_web_user: "admin"
|
|
|
|
monit_web_pasword: "password"
|
2020-08-09 01:55:56 +00:00
|
|
|
|
|
|
|
# Whether or not monit is running containerized with s6-overlay
|
|
|
|
monit_containerized: false
|