summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-08-25 18:51:15 +0200
committerChristian Poessinger <christian@poessinger.com>2022-08-25 18:57:27 +0200
commit1b5b6d8b9d3e57ac2f2db3402b35b183972302e7 (patch)
tree820d49a6aba4c64c281fe357211632f13e1739a8 /src/systemd
parent6d82dab3c2e8a32c0dafb8c61789f3a6767191c8 (diff)
downloadvyos-1x-1b5b6d8b9d3e57ac2f2db3402b35b183972302e7.tar.gz
vyos-1x-1b5b6d8b9d3e57ac2f2db3402b35b183972302e7.zip
telegraf: T4617: add VRF support
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/telegraf.service15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/systemd/telegraf.service b/src/systemd/telegraf.service
new file mode 100644
index 000000000..553942ac6
--- /dev/null
+++ b/src/systemd/telegraf.service
@@ -0,0 +1,15 @@
+[Unit]
+Description=The plugin-driven server agent for reporting metrics into InfluxDB
+Documentation=https://github.com/influxdata/telegraf
+After=network.target
+
+[Service]
+EnvironmentFile=-/etc/default/telegraf
+ExecStart=/usr/bin/telegraf --config /run/telegraf/vyos-telegraf.conf --config-directory /etc/telegraf/telegraf.d
+ExecReload=/bin/kill -HUP $MAINPID
+Restart=on-failure
+RestartForceExitStatus=SIGPIPE
+KillMode=control-group
+
+[Install]
+WantedBy=multi-user.target