Grafana 监控Linux CPU, Memoy, disk等资源-安装prometheus

下载prometheus安装包

Grafana只是一个画图工具,其支持多种数据源,我们这次用的是prometheus数据,所以我们首先安装prometheus。
wget https://github.com/prometheus/prometheus/releases/download/v2.6.0/prometheus-2.6.0.linux-amd64.tar.gz

解压后,修改prometheus.yml 文件

启动

#!/usr/bin/bash

basepath=$(cd dirname $0; pwd)
nohup ./prometheus 2> $basepath/log/prome.log &

下载grafana

wget https://dl.grafana.com/oss/release/grafana-5.4.2.linux-amd64.tar.gz
tar -zxvf grafana-5.4.2.linux-amd64.tar.gz

创建grafana数据库

create database grafana DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

启动grafana数据库

启动grafana
#./grafana_server

安装dashboard

https://grafana.com/dashboards

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值