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? 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
First of all, thanks for this project
I am trying to configure a custom alert provider but fail to pass the result of the else check.
My custom conf is the following one :
custom: url: http://*************/gatus/notify method : "POST" headers: {"X-Auth-Token": "****************"} body: | { "endpoint": "[ENDPOINT_NAME]", "conditions": "- [RESULT_ERRORS] -", "description": "[ALERT_DESCRIPTION]", "endpoint_url": "[ENDPOINT_URL]", "resolved": "[ALERT_TRIGGERED_OR_RESOLVED]" } default-alert: failure-threshold: 2 success-threshold: 1 send-on-resolved: true
From my webhook end, here my what I receive :
{ "endpoint": "Calcul mental", "conditions": "- -", "description": "calcul.stchepinsky.net is down", "endpoint_url": "[REDACTED]", "resolved": "TRIGGERED" }
I expect to receive the healthcheck result which works well for my endpoint as I recieve this health check on ntfy in parrallel :
🔴 [STATUS] (502) == 200 🟢 [CERTIFICATE_EXPIRATION] > 7d
- name: Test group: "Public services" interval: 10s url: https://example.com conditions: - "[STATUS] == 200" - "[CERTIFICATE_EXPIRATION] > 7d" alerts: - type: custom description: "test is down" - type: ntfy description: "test is down"
v5.15.0
I'll try to downgrade to previous version to try if it'll resolve the issue or not. I'll post the result once down below.
The text was updated successfully, but these errors were encountered:
FYI after further test I have the same issue with the following version :
Sorry, something went wrong.
No branches or pull requests
Describe the bug
First of all, thanks for this project
I am trying to configure a custom alert provider but fail to pass the result of the else check.
My custom conf is the following one :
What do you see?
From my webhook end, here my what I receive :
What do you expect to see?
I expect to receive the healthcheck result which works well for my endpoint as I recieve this health check on ntfy in parrallel :
List the steps that must be taken to reproduce this issue
Version
v5.15.0
Additional information
I'll try to downgrade to previous version to try if it'll resolve the issue or not. I'll post the result once down below.
The text was updated successfully, but these errors were encountered: