You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i see that oneshot services are supported: #3
but it's not working well for me.
for example, i have the certbot.service unit added to the config.
this is a oneshot service running on a timer to manage ssl cert renewal.
$ sudo systemctl status certbot.service
● certbot.service - Certbot
Loaded: loaded (/lib/systemd/system/certbot.service; static; vendor preset: enabled)
Active: inactive (dead) since Mon 2018-02-12 12:45:13 CST; 50s ago
Docs: file:///usr/share/doc/python-certbot-doc/html/index.html
https://letsencrypt.readthedocs.io/en/latest/
Process: 17261 ExecStart=/usr/bin/certbot -q renew (code=exited, status=0/SUCCESS)
Main PID: 17261 (code=exited, status=0/SUCCESS)
Feb 12 12:45:12 example.com systemd[1]: Starting Certbot...
Feb 12 12:45:13 example.com systemd[1]: Started Certbot.
$ sudo systemctl --failed
0 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
this service is running fine. exited without error.
but using slack-notifier, i'm getting this every time certbot.service runs:
Alert: systemd unit certbot.service on example.com still failed
Hostname
example.com
Unit
certbot.service
Active
inactive
Status
dead
The text was updated successfully, but these errors were encountered:
i see that oneshot services are supported:
#3
but it's not working well for me.
for example, i have the
certbot.service
unit added to the config.this is a oneshot service running on a timer to manage ssl cert renewal.
this service is running fine. exited without error.
but using slack-notifier, i'm getting this every time
certbot.service
runs:The text was updated successfully, but these errors were encountered: