
influxDB+telegraf+Chronograf安装教程
软件安装 Grafana:https://grafana.com/get安装influxdb: 下载:wget https://dl.influxdata.com/influxdb/releases/influxdb-1.7.6.x86_64.rpm 安装:yum localinstall influxdb-1.7.6.x86_64.rpm 启动:Systemctl start influ
软件安装
Grafana:Grafana get started | Cloud, Self-managed, Enterprise
安装influxdb:
下载:wget https://dl.influxdata.com/influxdb/releases/influxdb-1.7.6.x86_64.rpm
安装:yum localinstall influxdb-1.7.6.x86_64.rpm
启动:Systemctl start influxdb
查看是否启动:systemctl status influxdb
停止程序:systemctl stop influxdb
出现此情况,代表启动成功
InfluxDB安装时的异常情况:
启动失败
排查一:端口是否被占用
手动启动:/usr/bin/influxd -config /etc/influxdb/influxdb.conf
如果出现address already in use,则代表端口被占用。
修改配置文件m /etc/influx/influx.conf,通过搜索将所有8088/8089/8086其换成其他可用端口,再次尝试启动
安装telegraf
下载:wget https://dl.influxdata.com/telegraf/releases/telegraf-1.8.3-1.x86_64.rpm
安装:yum localinstall telegraf-1.8.3-1.x86_64.rpm
启动:Systemctl start telegraf
查看是否启动:Systemctl status telegraf
停止:Systemctl start telegraf
安装Chronograf
下载:Downloads
安装:我自己下载的是windows系统的,如果想下载linux系统的根据给出的地址下载
安装非常简单,下载之后
如果这里正常运行,那就代表启动正常。在地址栏输入http://localhost:8888/打开web端
首页
step1
Step 2
Step 3:添加自己需要监控的程序
Step 4:添加Kapacitor告警系统(首先你需要在服务器上安装Kapacitor,如果没有安装那就点击skip)
Step 5:安装成功
Step 6:
Step 7:查看监控的服务
完结!撒花
更多推荐
所有评论(0)