feat(sre): enforce typed controlled automation
Some checks failed
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 2m38s
CD Pipeline / build-and-deploy (push) Failing after 24m19s
CD Pipeline / post-deploy-checks (push) Has been skipped

This commit is contained in:
ogt
2026-07-16 17:32:01 +08:00
parent dfec0c9f7f
commit 541a32a9cb
130 changed files with 14849 additions and 1738 deletions

View File

@@ -176,7 +176,22 @@
"127.",
"::1",
"192.168.0."
]
],
"alertChainPoll": {
"enabled": true,
"sourceUrl": "http://192.168.0.110:9093/api/v2/alerts",
"sourceHost": "192.168.0.110",
"pollIntervalSeconds": 60,
"ingressUrl": "https://awoooi.wooo.work/api/v1/webhooks/agent99/alertmanager-emergency",
"tokenEnv": "AGENT99_SRE_RELAY_TOKEN",
"alertname": "AlertChainBroken_Alertmanager",
"agent99Role": "relay_coordination_only",
"linuxExecutor": "host_ansible_executor",
"catalogId": "ansible:110-alertmanager-delivery-recovery",
"firstHopAuthenticationUsed": false,
"firstHopSecretTransmitted": false,
"rawPayloadStored": false
}
},
"completionCallback": {
"enabled": true,
@@ -385,6 +400,13 @@
"maxAgeMinutes": 1440,
"required": false,
"runningTaskName": "Wooo-Agent99-SRE-Alert-Relay"
},
{
"name": "alertmanager_alertchain_poll",
"pattern": "alertmanager-alertchain-poll\\poll-*.json",
"maxAgeMinutes": 5,
"required": true,
"runningTaskName": "Wooo-Agent99-SRE-Alert-Relay"
}
]
},