官方網址:https://prometheus.io/ GitHub網址:https://github.com/prometheus/prometheus 軟件下載地址:https://prome ...
collect部署 安裝 yum install collectd y 配置 etc collectd.conf LoadPlugin network lt Plugin network gt Server . . . lt Plugin gt 啟動服務 etc init.d collectd restart InfluxDB配置 修改文件 etc influxdb influxdb.conf c ...
2017-05-24 15:50 0 1172 推薦指數:
官方網址:https://prometheus.io/ GitHub網址:https://github.com/prometheus/prometheus 軟件下載地址:https://prome ...
InfluxDB介紹 官網:https://www.influxdata.com/ 文檔:https://docs.influxdata.com/influxdb/v1.2/introduction/ InfluxDB 是用Go語言編寫的一個開源分布式時序、事件和指標數據庫,無需外部依賴 ...
Linux運維:cobbler : Ago linux運維群:93324526 學習cobbler的話,必須先搞懂kickstart,原理不是,不懂如何排錯。 kickstart部署請點擊這里 1. Cobbler介紹 Cobbler是一個Linux服務器安裝的服務,可以通過網絡啟動 ...
目錄 前言 一、前提准備 二、安裝 Grafana 三、安裝 Influxdb 四、Grafana 添加 Influxdb 數據源 五、Shell 腳本寫入數據到 Influxdb 前言 你是否為了數據可視化,還在做execl圖表呢?你是否 ...
下CentOS 6.8安裝配置 簡述 ...
Centos6.8下部署安裝zabbix3.0: 環境要求 PHP >= 5.4 (CentOS6默認為5.3.3,需要更新) curl >= 7.20 (如需支持SMTP認證,需更新) 安裝MySQL(已安裝的忽略此步驟,最好5.6以上版本) rpm -ivh ...
CentOS6.8安裝部署RocketMQ-3.5.8 單Master模式 官方文檔QuckStart: https://rocketmq.incubator.apache.org/docs/quick-start/ 1.下載RocketMQ # 網 ...
環境: 系統 Centos6.8 IP:192.168.66.131 關閉selinux和防火牆 # 修改字符集,否則可能報 input/output error的問題,因為日志里打印了中文 # localedef -c -f UTF-8 -i zh_CN zh_CN.UTF-8 ...