19 lines
388 B
JSON
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"
|
|
}
|
|
]
|