feat: add agent alarm callback to standard template

This commit is contained in:
tian 2026-05-07 10:35:44 +08:00
parent 8dd26cf49a
commit dc86fe65ff

View File

@ -407,6 +407,12 @@
}
],
"actions": {
"http": {
"enable": true,
"url": "http://127.0.0.1:9100/v1/alarms/report",
"timeout_ms": 2000,
"include_media_url": true
},
"log": {
"enable": true,
"level": "info",