Skip to content
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

RFE: Send email without specifying MY_CHECK #47

Open
e-minguez opened this issue Jan 13, 2022 · 1 comment
Open

RFE: Send email without specifying MY_CHECK #47

e-minguez opened this issue Jan 13, 2022 · 1 comment

Comments

@e-minguez
Copy link
Contributor

Currently the alert.sh script sends an email based on the MY_CHECK content but what if you want to be alerted when any of the checks goes down?

@e-minguez
Copy link
Contributor Author

It seems this can be used as a workaround:

while read line; do status/alert.sh -c "$(echo $line | awk -F '|' '{ print $1 }')" -m "foobar@example.com"; done < checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant