13 lines
454 B
YAML
13 lines
454 B
YAML
|
|
---
|
||
|
|
|
||
|
|
# Systemd services deployed on this host, monitored every 5 minutes.
|
||
|
|
#
|
||
|
|
# The fact lives with the machine rather than in a central map, for the same
|
||
|
|
# reason the cross-host ports do: "what runs here" is a property of the host,
|
||
|
|
# and a central list is one more thing to forget to update when a service moves.
|
||
|
|
#
|
||
|
|
# Only units WE deploy belong here. Distro units (ssh, cron) have their own
|
||
|
|
# supervision and would be noise.
|
||
|
|
monitored_services:
|
||
|
|
- caddy
|