系统监控 dashboard - netdata

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/fengfengdiandia/article/details/83832183
  • OS:Ubuntu 16.04

一. 准备阶段

$ apt-get install zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl

二. 安装 netdata

2.1. 命令安装

$ sudo apt install netdata

2.2. 源码安装

$ git clone https://github.com/netdata/netdata.git
$ cd netdata
$ sudo ./netdata-installer.sh

三. 启动

$ sudo systemctl start netdata

查看 dashboard

http://127.0.0.1:19999/

配置文件 http://127.0.0.1:19999/netdata.conf

在这里插入图片描述

四. 卸载 netdata

$ systemctl stop netdata
$ cd /path/to/netdata.git
$ ./netdata-uninstaller.sh --force

参考

https://github.com/netdata/netdata

https://github.com/netdata/netdata/wiki/Installation

猜你喜欢

转载自blog.csdn.net/fengfengdiandia/article/details/83832183