Collector Removal - GNU / Linux
Removing a collector from GNU / Linux
When removing a collector running on a linux machine with systemd, run the following commands:
systemctl stop bindplane-collector
systemctl disable bindplane-collector
rm /etc/systemd/system/bindplane-collector
rm -rf $BINDPLANE_HOME
unset BINDPLANE_HOME
systemctl daemon-reload
systemctl reset-failed
Updated about 5 years ago