We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
New Notification
Add a new notification method: Request URL,This can facilitate access to some PHP scripts to achieve DNS switching and other functions.
Sends a request to a URL when the status of a monitored item changes, The request content can be escaped using some variables,For example, when the test monitoring item is down, the notification is set as "https://example.com/?name={{name}}&status={{status}}"The real URL of the request at this point is "https://example.com/?name=test&status=down"
No response
The text was updated successfully, but these errors were encountered:
See the Webhook monitor instead:
Note that templating the request url is tracked in #1734
=> closing as a duplicate
Sorry, something went wrong.
No branches or pull requests
🏷️ Feature Request Type
New Notification
🔖 Feature description
Add a new notification method: Request URL,This can facilitate access to some PHP scripts to achieve DNS switching and other functions.
✔️ Solution
Sends a request to a URL when the status of a monitored item changes, The request content can be escaped using some variables,For example, when the test monitoring item is down, the notification is set as "https://example.com/?name={{name}}&status={{status}}"The real URL of the request at this point is "https://example.com/?name=test&status=down"
❓ Alternatives
No response
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: