Skip to content

Instantly share code, notes, and snippets.

@dumbda
Last active July 3, 2018 15:34
Show Gist options
  • Save dumbda/018fca3c3f3bdbfc8a0da1216323e408 to your computer and use it in GitHub Desktop.
Save dumbda/018fca3c3f3bdbfc8a0da1216323e408 to your computer and use it in GitHub Desktop.
rsyslog_running:
service.running:
- name: rsyslog
- enable: False
rsyslog_dead:
service.dead:
- name: rsyslog
ERROR:
----------
ID: rsyslog_running
Function: service.running
Name: rsyslog
Result: False
Comment: Running scope as unit run-5668.scope.
Job for rsyslog.service failed because the control process exited with error code. See "systemctl status rsyslog.service" and "journalctl -xe" for details.
Started: 15:02:18.138010
Duration: 73.168 ms
Changes:
on the host:
Redirecting to /bin/systemctl status rsyslog.service
● rsyslog.service - System Logging Service
Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; disabled; vendor preset: enabled)
Active: failed (Result: start-limit) since Tue 2018-07-03 15:17:57 UTC; 6min ago
Docs: man:rsyslogd(8)
http://www.rsyslog.com/doc/
Process: 8262 ExecStart=/usr/sbin/rsyslogd -n $SYSLOGD_OPTIONS (code=exited, status=1/FAILURE)
Main PID: 8262 (code=exited, status=1/FAILURE)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment