Manjaro Linux
- Login to the Netdata Cloud
- Click on integrations
- Under the Deploy section, select Manjaro Linux
- Copy the command to deploy Netdata
- Execute the command on your node (server, vm, container, k8s cluster etc)
Here are some sample commands
wget
wget -O /tmp/netdata-kickstart.sh https://get.netdata.cloud/kickstart.sh && sh /tmp/netdata-kickstart.sh --nightly-channel
curl
curl https://get.netdata.cloud/kickstart.sh > /tmp/netdata-kickstart.sh && sh /tmp/netdata-kickstart.sh --nightly-channel