Can hudson send an email when a slave executor is offline

226 Views Asked by At

At my company we run Hudson with 8 slave build machines. Sometimes, these slaves will go offline and need restarting. If no-one is looking at the Hudson web page, this can go unnoticed.

Is there a way to send an email to someone when a slave goes offline? I can't seem to find a relevant plug-in in the list.

1

There are 1 best solutions below

1
On

Maybe you should consider using the email-ext plugin

Bye!