Install Agent
Install Netdata from War Room in netdata.cloud
:
bash <(curl -Ss https://my-netdata.io/kickstart.sh) --claim-token AUTOGENERATED_CLAIM_TOKEN--claim-rooms AUTOGENERATED_ROOM_UUID --claim-url https://app.netdata.cloud
Configuration File
# /etc/netdata/netdata.conf
[global]
update every = 15
page cache size = 32
dbengine multihost disk space = 64
debug log = none
error log = none
access log = none
cleanup obsolete charts after seconds = 3600
cleanup orphan hosts after seconds = 3600
delete obsolete charts files = yes
delete orphan hosts files = yes
[web]
mode = none
Uninstall Agent
Uninstall agent along with claim:
wget https://raw.githubusercontent.com/netdata/netdata/master/packaging/installer/netdata-uninstaller.sh
chmod +x ./netdata-uninstaller.sh
./netdata-uninstaller.sh --yes --env