CentOS 6.x源碼安裝Netdata

來源:互聯網
上載者:User
Netdata 介紹

Netdata是一個高度最佳化的Linux守護進程,它為Linux系統,應用程式,SNMP服務等提供即時的效能監測。

Github: https://github.com/firehol/netdata/wiki/Installation (安裝教程)
開源中國:http://www.oschina.net/p/netdata/similar_projects (Netdata簡介) Netdata 安裝

# 下載依賴包yum install autoconf automake curl gcc git libmnl-devel libuuid-devel lm_sensors make MySQL-python nc pkgconfig python python-psycopg2 PyYAML zlib-devel# Github上提供的git clone筆者本地實在太慢,故事用wget下載源碼包()wget https://github.com/firehol/netdata/releases/download/v1.6.0/netdata-1.6.0.tar.gz -P /usr/loca/srccd /usr/local/src/ && tar zxvf netdata-1.6.0.tar.gz && cd netdata-1.6.0./netdata-installer.sh --install /opt# 筆者這裡指定安裝到/opt,讀者可以自訂安裝路徑
 Netdata 使用 啟動
/opt/netdata/usr/sbin/netdata
停止
 killall netdata
加入開機啟動
echo '/opt/netdata/usr/sbin/netdata' >> /etc/rc.d/rc.local
Netdata 配置

/opt/netdata/etc/netdata/netdata.conf ERRORS

2017-03-22 08:59:58: netdata: ERROR: IPv6 socket() on ip ‘::’ port 19999 failed. (errno 97, Address family not supported by protocol)
2017-03-22 08:59:58: netdata: ERROR: Cannot bind to ip ‘::’, port 19999 註:我本地環境IPV6是關閉狀態

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.