# 授权 chmod +x netdata-x86_64-v2.1.0.gz.run # 安装 ./netdata-x86_64-v2.1.0.gz.run --quiet --accept # 启动 systemctl status netdata # 禁止开机启动 systemctl disable netdata.service # 停止服务并禁止开机启动 systemctl disable --now netdata.service