2015-07-14 18:42:33 +00:00
|
|
|
[Unit]
|
|
|
|
Description=The plugin-driven server agent for reporting metrics into InfluxDB
|
2016-01-20 18:57:35 +00:00
|
|
|
Documentation=https://github.com/influxdata/telegraf
|
2015-07-14 18:42:33 +00:00
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
EnvironmentFile=-/etc/default/telegraf
|
|
|
|
User=telegraf
|
2016-09-08 20:44:34 +00:00
|
|
|
ExecStart=/usr/bin/telegraf -config /etc/telegraf/telegraf.conf -config-directory /etc/telegraf/telegraf.d ${TELEGRAF_OPTS}
|
2016-03-05 03:11:53 +00:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
2015-07-14 18:42:33 +00:00
|
|
|
Restart=on-failure
|
2017-05-08 18:48:29 +00:00
|
|
|
RestartForceExitStatus=SIGPIPE
|
2016-05-24 14:14:58 +00:00
|
|
|
KillMode=control-group
|
2015-07-14 18:42:33 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|