-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sending alert from uptime kuma #100
Comments
Hello, thanks for reporting the problem. Indeed, |
Thanks I will try that. Is there a way to see the data come live on the screen? |
I have to make a bash script to store $1 into a log file and then run the hook to view the file. Is there something built in that i can use that shows the incoming data thats in $1?
is there a way to see $1 without a script? |
You can echo the variable inside your script. Then retrieve hook logs or
enable hook log module: `WHD_LOG_MODULES=hook`.
Le sam. 10 août 2024, 19:27, iptvcld ***@***.***> a écrit :
… Hello, thanks for reporting the problem. Indeed, multipart/form-data is
not that well supported.. I will fix this asap. However you can use Kuma's
webhook using application/json preset. The JSON payload will be stored
into the $1 variable.
I have to make a bash script to store $1 into a log file and then run the
hook to view the file. Is there something built in that i can use that
shows the incoming data thats in $1?
—
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGCKWYYZQYM77RR75UBRF3ZQZEQNAVCNFSM6AAAAABMI5VM5KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBSGIYTQNRQHE>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Hello; i am trying to send an alert from Kuma webhook using preset- multipart/form-data and i cannot just see the saw data coming into the webhook.
Is there a method or script i should be using to see the raw data coming in from Kuma?
The text was updated successfully, but these errors were encountered: