Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information