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
i have the following configuration:
custom: url: "https://myalertserver/postendpoint" method: "POST" body: | { "message": "[ALERT_TRIGGERED_OR_RESOLVED]: [ENDPOINT_GROUP] - [ENDPOINT_NAME] - [ALERT_DESCRIPTION] - [RESULT_ERRORS]" }
Im receiving the messages like this:
TRIGGERED: Group_Name - Endpoint_Name - -
or
RESOLVED: Group_Name - Endpoint_Name - -
what makes me think, ALERT_DESCRIPTION and RESULT_ERRORS are coming empty.
TRIGGERED: Group_Name - Endpoint_Name - A description - [CONNECTED] (false) == true
No response
Latest docker image, or HEAD from git at this time.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
i have the following configuration:
What do you see?
Im receiving the messages like this:
TRIGGERED: Group_Name - Endpoint_Name - -
or
RESOLVED: Group_Name - Endpoint_Name - -
what makes me think, ALERT_DESCRIPTION and RESULT_ERRORS are coming empty.
What do you expect to see?
TRIGGERED: Group_Name - Endpoint_Name - A description - [CONNECTED] (false) == true
List the steps that must be taken to reproduce this issue
No response
Version
Latest docker image, or HEAD from git at this time.
Additional information
No response
The text was updated successfully, but these errors were encountered: