Home 服务器状态监控netdata
Post
Cancel

服务器状态监控netdata

安装

1
bash <(curl -Ss https://my-netdata.io/kickstart.sh)

期间会有几次确认以及几次类似提示安装进度,然后安装完成

使用

浏览器打开address:19999,就可以看到监控的图了

常用命令

1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 停止 
systemctl stop netdata 

# 启动 
systemctl start netdata 

# 重启 
systemctl restart netdata 

# 开机启动 
systemctl enable netdata

#卸载netda:
sudo bash /usr/libexec/netdata-uninstaller.sh

监控树莓派温度

1
2
3
4
5
6
7
8
# 1.启用
sudo bash /etc/netdata/edit-config charts.d.conf

# 2.添加
sensors=force

# 3.重启
systemctl restart netdata 
This post is licensed under CC BY 4.0 by the author.