ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

cron: type of cron that also notifies #120

Open trekhopton opened 2 weeks ago

trekhopton commented 2 weeks ago

It would be useful to know when some crons fire, such as the camera backup crons. If these fire, then the broadcast software has failed to turn the camera and the team should be warned.

scruzin commented 2 weeks ago

This functionality is already possible using the 'call' action with the 'check' function. The later sends an email if the check fails. The check target, is currently a device, but it could easily be generalized to check anything, e.g., the value of a variable.

scruzin commented 2 weeks ago

There is also the 'email' action that can be used to send emails too.