I am using InfluxDB shell version: 1.8.0 and Telegraf 1.14.4 (git: HEAD c6fff6d8)
I need to install Kapacitor as well. But I am getting error while I am trying to start the service as follows:
root@database:~# $ sudo systemctl start kapacitor
Failed to start kapacitor.service: Unit kapacitor.service not found.
steps to reproduce:
- Download kapacitor binaries for linux 64 InfluxData Downloads
tar xvfz kapacitor-1.5.5_linux_amd64.tar.gz
- Start influxdb with
sudo systemctl start influxdb
- Start telegraf with
sudo systemctl start telegraf
- Start kapacitor with
sudo systemctl start kapacitor
Return: Failed to start kapacitor.service: Unit kapacitor.service not found.
In the follwing root I can see that the kapacitor.service file exists:
./kapacitor-1.5.5-1/usr/lib/kapacitor/scripts/kapacitor.service