Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Systemd does not see all shutdowns as failures #2716

Merged
merged 1 commit into from
May 8, 2017

Commits on May 8, 2017

  1. Systemd does not see all shutdowns as failures

    ````
    [root@<hostname> ~]# systemctl status telegraf -l
    ● telegraf.service - The plugin-driven server agent for reporting metrics into InfluxDB
       Loaded: loaded (/usr/lib/systemd/system/telegraf.service; enabled; vendor preset: disabled)
       Active: inactive (dead) since Tue 2017-04-25 10:33:40 EDT; 14min ago
         Docs: https://github.com/influxdata/telegraf
     Main PID: 7857 (code=killed, signal=PIPE)
    ````
    
    This occurs when we restart `systemd-journald`, which cause a crash/stop of telegraph seen as a STDPIPE
    djsly committed May 8, 2017
    Configuration menu
    Copy the full SHA
    1b50d74 View commit details
    Browse the repository at this point in the history