20 lines
469 B
YAML
20 lines
469 B
YAML
---
|
|
|
|
# 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?
|
|
monit_wireguard: false
|
|
monit_wireguard_ip: 192.168.254.1
|
|
|
|
# Username / password for monit web service
|
|
monit_web_user: "admin"
|
|
monit_web_pasword: "password"
|