Running Kapacitor Installed by Compiling Source Code
- Go to the Kapacitor compilation directory.
1cd /opt/tool/code/src/github.com/influxdata/kapacitor
- Start the kapacitord service.Method 1:
1./kapacitord &
Method 2:1nohup ./kapacitord &

- Execute the kapacitor command line tool.
1./kapacitor help

- Execute the tickfmt command line tool.
1./tickfmt -h
Parent topic: Running Kapacitor