etienne-napoleone / goutte

💧 DigitalOcean snapshot automation
GNU General Public License v3.0
24 stars 1 forks source link

Notifications? #12

Closed utdrmac closed 5 years ago

utdrmac commented 5 years ago

What's the best way to get notifications (non-slack) on failures?

etienne-napoleone commented 5 years ago

Normally goutte should return an exit code (0 if it ran successfully, 1 if it failed). If you are running it through a CI system, the job will fail as it returned a non zero exit code. You could also check the exit code with other ways of running it.

Feel free to reopen the issue if you have more questions!