System Management
Netdata 모니터링 설치
kogun82
2017. 8. 24. 13:54
1). 시스템 준비 명령어
[centos]
yum install autoconf automake curl gcc git libmnl-devel libuuid-devel lm-sensors make MySQL-python nc pkgconfig python python-psycopg2 PyYAML zlib-devel
[ubuntu]
apt-get install zlib1g-dev uuid-dev libmnl-dev gcc make git autoconf autoconf-archive autogen automake pkg-config curl
2). 코드 다운로드
git clone https://github.com/firehol/netdata.git --depth=1
cd netdata
3). 설치
./netdata-installer.sh --install /opt
4). 실행
http://localhost:19999/
반응형