Rate This Document
Findability
Accuracy
Completeness
Readability

Uninstalling Kapacitor Against Source Code Compilation

  1. Stop the Kapacitor service.
    1
    2
    ps -ef | grep kapacitord
    kill -9 PID
    

  2. Delete the files generated after compilation.

    To uninstall Kapacitor against source code compilation, delete the files generated after compilation, configuration files, and database files.

    1
    2
    rm -rf /opt/tool/code/src/github.com/influxdata/kapacitor/cmd/kapacitor
    rm -rf /opt/tool/code/src/github.com/influxdata/kapacitor/cmd/kapacitord
    
  3. Delete the configuration file.
    1
    rm -rf /etc/kapacitor/kapacitor.conf