You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All,
I am using BBhernard's Signal API for a custom alert in Gatus. I have configured it to send the alerts both on error and resolution without any issues.
The issue I am having though is that the placeholder [RESULT_ERRORS] is not expanding out to list what conditions check failed. Yet when I use one of the pre-configured alert providers I get the list of conditions checks.
I looked at the code for the custom alert and is uses result.Errors but the pre-configured alerts use results.ConditionsResults.
Firstly - does anyone else have the issue where a custom provider isn't expanding to the failed conditions checks? And secondly is there any reason why the custom provider uses a different error slice to the pre-configured providers?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi All,
I am using BBhernard's Signal API for a custom alert in Gatus. I have configured it to send the alerts both on error and resolution without any issues.
The issue I am having though is that the placeholder [RESULT_ERRORS] is not expanding out to list what conditions check failed. Yet when I use one of the pre-configured alert providers I get the list of conditions checks.
I looked at the code for the custom alert and is uses result.Errors but the pre-configured alerts use results.ConditionsResults.
Firstly - does anyone else have the issue where a custom provider isn't expanding to the failed conditions checks? And secondly is there any reason why the custom provider uses a different error slice to the pre-configured providers?
Beta Was this translation helpful? Give feedback.
All reactions