jhuckaby / logalert

Monitor logs (or any text files) and send alerts on specific changes.
Other
23 stars 9 forks source link

Webhook customize #7

Open PaddyPat opened 1 year ago

PaddyPat commented 1 year ago

Hi,

i would like to send webhook requests to ntfy. https://docs.ntfy.sh/publish/

is it possible to customize the json file? Because for webhooks I must add a secret, a topic , title .. and so on. https://docs.ntfy.sh/publish/#publish-as-json

Otherwise could I execute a shell cmd with variables ( message or topic or other fields like pid, title, date)?

br