mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
add status_page role that deploys update-status.sh and its cron job. script queries prometheus for caddy upstream health and writes status.json + history to /srv/status/ every minute. refs: PESO-94
5 lines
185 B
YAML
5 lines
185 B
YAML
---
|
|
status_page_script_dest: /usr/local/bin/update-status.sh
|
|
status_page_output_dir: /srv/status
|
|
status_page_log_file: /var/log/update-status.log
|
|
status_page_cron_schedule: "* * * * *"
|