7 ms·
Ewwww, that renewCerts.sh is pretty crappy. Who the hell is going to check the /var/log/letsencrypt/renew.log everyday to see if renewing failed? Could not the
by feylikurds 10y ago
Ewwww, that renewCerts.sh is pretty crappy. Who the hell is going to check the /var/log/letsencrypt/renew.log everyday to see if renewing failed?
Could not they do something nicer with systemd and email?
- pfg 10y agoThe default behaviour of cron is to email the user if a job finishes with a non-zero exit code, which seems to apply here in case of renewal failure.
- feylikurds 10y agoBut is not the default account that it would email root? I run Debian and almost never log in as root. Would all admin sudoers receive the email?
- gshulegaard 10y agohttp://www.cyberciti.biz/faq/linux-unix-crontab-change-mailto-settings/ http://www.cyberciti.biz/faq/linux-unix-crontab-change-mailt...
- feylikurds 10y agoSo the default behavior is to only email root unless crontab is edited, therefore most people would never receive an email (in case of renew failure), if they only followed the instructions given. Otherwise mail is sent to the owner of the crontab.
- avar 10y agoIf your server isn't set up to forward root's cron E-Mail to you you have bigger problems than your let's encrypt certs not renewing.
- pfg 10y agocron error reporting via email is an established solution. Why reinvent the wheel? I'd agree that a hint regarding MAILTO= in the crontab file would be neat.
- NovaS1X 10y agoA properly administered Linux system would be emailing root mail to a real email address unless monitored by another system. I've never worked in a professional environment where root mail was left unread at any point. Root aliases (excluding environments with other monitoring) are on the checklist for any basic image(server) deployment. It's a standard, well-adopted practice.
- jcrawfordor 10y agoWithout judgment intended, as a Linux sysadmin you should absolutely be monitoring mail to root. That is the standard place to deliver error output from unattended processes. You can easily /etc/alias it to something else if that's more convenient.
- toomuchtodo 10y agoSysadmin/Devops here. I send all root mail to Graylog.
- StavrosK 10y agoGraylog looks fantastic, thanks for the mention.
- toomuchtodo 10y agoYou'll love it. I'm pushing tens of thousands of messages per second into a cluster, and it works like a champ.
- nickpsecurity 10y agoThat does look nice. Thanks for Graylog reference.
- cdubzzz 10y agoGetting off-topic here, but whenever I do a new Debian build one of the items on my checklist is to edit /etc/aliases to add either my actual login user or a real email address (depending on the server setup) as an alias for root.
- a-priori 10y agoThis sounds like a job for Dead Man's Snitch. https://deadmanssnitch.com/ https://deadmanssnitch.com/