Uninstalling Kapacitor Against Source Code Compilation
- Stop the Kapacitor service.
1 2
ps -ef | grep kapacitord kill -9 PID

- 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
- Delete the configuration file.
1rm -rf /etc/kapacitor/kapacitor.conf
Parent topic: Uninstalling Kapacitor