Skip to main content

max / makenotwork

748 B · 25 lines History Blame Raw
1 [serve]
2 interval_secs = 300
3 prune_days = 30
4 listen = "127.0.0.1:9100"
5
6 [targets.mnw]
7 label = "Makenotwork Production"
8
9 [targets.mnw.health]
10 url = "https://makenot.work/api/health"
11 timeout_secs = 10
12
13 # Host trust-anchor freshness. Local to whichever machine PoM runs on, like
14 # [targets.*.systemd] and [targets.*.backups], so it belongs on the instance
15 # that runs the workloads rather than on a monitoring box watching from outside.
16 # Every field has a working default; the section only has to exist.
17 #
18 # [targets.mnw.ca_bundle]
19 # package = "ca-certificates"
20 # bundle_path = "/etc/ssl/certs/ca-certificates.crt"
21 # min_certs = 80
22 # update_stamp = "/var/lib/apt/periodic/update-success-stamp"
23 # update_stamp_max_age_hours = 48
24 # interval_secs = 3600
25