It happens quite often that a buildbot worker is down and it usually takes a little until someone notices. Is there a way in buildbot to receive a notification if a worker is down?
Asked
Active
Viewed 48 times
1 Answers
3
Depending on the version of Buildbot you're using, the notify_on_missing parameter is what you're looking for. (https://docs.buildbot.net/1.8.0/manual/configuration/workers.html#when-workers-go-missing)

Tyler Owens
- 46
- 2