uptime icon indicating copy to clipboard operation
uptime copied to clipboard

Scheduled maintenance

Open zzart opened this issue 9 years ago • 1 comments

Thanks for great project! One of my requirements is to account for scheduled maintenance. How would you recon should one go about implementing this ? Should this be a plugin or does it need to be implemented in the main source?

zzart avatar Jul 15 '15 13:07 zzart

You can already do this by running uptime in two separate processes : one for app.js and a second for monitor.js. When you need to stop pinging your application, stop the monitor and restart it later. For my need, I kill it in the crontab every night and start it again once it's finished. The app.js script never stop.

tdebarochez avatar Jul 20 '15 16:07 tdebarochez