This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!#/bin/bash | |
# completely uninstall / purge and remove all configs for netdata | |
# Netdata installed through Kickstarter.sh has a different directory structure from apt-get install netdata. | |
# this file gets them both gone, as well as any cloud affililations | |
sudo killall netdata | |
sudo wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --uninstall --non-interactive |