Netdata
#
Installbash <(curl -Ss https://my-netdata.io/kickstart.sh) --non-interactivesudo sed -i.bk -e 's/bind to = localhost/bind to = 0.0.0.0/g' /etc/netdata/netdata.conf
#
Commandサービス起動 start
stop
reload
restart
sudo systemctl start netdata
サービス自動起動 enable
disable
sudo systemctl enable netdata
サービスステータス表示
sudo systemctl status netdata