Rate This Document
Findability
Accuracy
Completeness
Readability

Running Kapacitor Installed by Compiling Source Code

  1. Go to the Kapacitor compilation directory.
    1
    cd /opt/tool/code/src/github.com/influxdata/kapacitor
    
  2. Start the kapacitord service.
    Method 1:
    1
    ./kapacitord &
    

    Method 2:
    1
    nohup ./kapacitord &
    

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

  4. Execute the tickfmt command line tool.
    1
    ./tickfmt -h