Files
tar-valon-ansible/app-configs/rikku/webhook/conf/hooks.json
T
2025-08-30 16:34:17 -04:00

19 lines
388 B
JSON

[
{
"id": "signoz-alert",
"execute-command": "/opt/webhook_scripts/signoz-alert.sh",
"command-working-directory": "/tmp",
"pass-arguments-to-command": [
{
"source": "entire-payload"
},
{
"source": "value",
"name": "debug",
"default": "false"
}
],
"response-message": "Apprise notification triggered"
}
]