max / makenotwork
1 file changed,
+9 insertions,
-0 deletions
| @@ -65,6 +65,15 @@ databases = ["makenotwork"] | |||
| 65 | 65 | max_age_hours = 25 | |
| 66 | 66 | interval_secs = 3600 | |
| 67 | 67 | ||
| 68 | + | [targets.mnw.scan_pipeline] | |
| 69 | + | # Polls /admin/uploads/health.json for queue depth, stuck-scan count, | |
| 70 | + | # held backlog, and per-layer error rates. Thresholds per | |
| 71 | + | # scan-pipeline-audit.md ยง 6. Localhost on the makenotwork port to | |
| 72 | + | # skip the Caddy + Cloudflare path โ internal-only signal. | |
| 73 | + | base_url = "http://127.0.0.1:3000" | |
| 74 | + | interval_secs = 300 | |
| 75 | + | timeout_secs = 10 | |
| 76 | + | ||
| 68 | 77 | [targets.mnw-cli] | |
| 69 | 78 | label = "MNW CLI SSH Server" | |
| 70 | 79 |