[serve] interval_secs = 300 prune_days = 30 listen = "100.106.221.39:9100" peer_heartbeat_secs = 60 route_check_interval_secs = 300 dashboard = true # api_token loaded from POM_API_TOKEN env var [instance] name = "astra" [targets.mnw] label = "Makenotwork Production" expected_routes = ["/", "/discover", "/login", "/docs"] [[targets.mnw.dns]] name = "makenot.work" record_type = "A" expected = [] [[targets.mnw.dns]] name = "forums.makenot.work" record_type = "A" expected = [] [[targets.mnw.dns]] name = "git.makenot.work" record_type = "A" expected = [] [targets.mnw.whois] domain = "makenot.work" warn_days = 30 [targets.mnw.health] url = "https://makenot.work/api/health" timeout_secs = 10 [targets.mnw.health.expect] status_code = 200 json_fields = { "status" = "operational" } [targets.mnw.health.trending] baseline_window_hours = 168 spike_threshold = 2.0 [targets.mnw.tls] host = "makenot.work" [targets.mnw.tests] ssh = "max@100.106.221.39" command = "/home/max/staging/run-ci.sh" timeout_secs = 600 staleness_days = 7 [targets.mt] label = "Multithreaded Forum" expected_routes = ["/"] [targets.mt.health] url = "https://forums.makenot.work/api/health" timeout_secs = 10 [targets.mt.health.expect] status_code = 200 json_fields = { "status" = "operational" } [targets.mt.tls] host = "forums.makenot.work" [targets.mt.tests] ssh = "max@100.106.221.39" command = "cd /home/max/staging/multithreaded && cargo test --workspace 2>&1" timeout_secs = 300 staleness_days = 7 [targets.mnw-cli] label = "MNW CLI SSH Server" [[targets.mnw-cli.dns]] name = "cli.makenot.work" record_type = "A" expected = [] [targets.mnw-cli.ssh_banner] host = "5.78.144.244" port = 22 timeout_secs = 5 [targets.htpy] label = "htpy.app" [[targets.htpy.dns]] name = "htpy.app" record_type = "A" expected = [] [targets.htpy.whois] domain = "htpy.app" warn_days = 30 [targets.htpy.health] url = "http://100.99.153.68:8080/archive/S_2" timeout_secs = 10 [targets.htpy.health.expect] status_code = 200 body_contains = "htpy" [targets.htpy.tls] host = "htpy.app" [targets.go] label = "GoingsOn" [targets.go.tests] ssh = "max@100.106.221.39" command = "cd /home/max/staging/goingson && cargo test --workspace 2>&1" timeout_secs = 600 staleness_days = 7 [targets.bb] label = "Balanced Breakfast" [targets.bb.tests] ssh = "max@100.106.221.39" command = "cd /home/max/staging/balanced_breakfast && cargo test --workspace 2>&1" timeout_secs = 600 staleness_days = 7 [targets.af] label = "AudioFiles" [targets.af.tests] ssh = "max@100.106.221.39" command = "cd /home/max/staging/audiofiles && cargo test --workspace 2>&1" timeout_secs = 600 staleness_days = 7 [targets.sk] label = "SyncKit SDK" [targets.sk.tests] ssh = "max@100.106.221.39" command = "cd /home/max/staging/synckit-client && cargo test 2>&1" timeout_secs = 300 staleness_days = 7 [peers.hetzner] address = "100.120.174.96:9100" on_missing = "alert" # token = "" [peers.macbook] address = "100.100.246.136:9100" on_missing = "log" # token = "" [alerts] # postmark_token loaded from POM_POSTMARK_TOKEN env var to = "pom-alerts@makenot.work"