1、Grafana安装(linux)

下载:https://grafana.com/grafana/download

下载
wget https://dl.grafana.com/oss/release/grafana-6.5.1-1.x86_64.rpm
sudo yum localinstall grafana-6.5.1-1.x86_64.rpm启动
sudo service grafana-server start
1
访问
安装成功后浏览器输入 localhost:3000
可以访问grafana主页,grafana默认端口3000、默认用户名和密码为admin/admin

2、Prometheus
下载地址:https://prometheus.io/download/

linux下安装
tar -zxvf prometheus-2.14.0.linux-amd64.tar.gz
mv prometheus-2.14.0.linux-amd64 promethues
启动
./prometheus &cd .../prometheus
vi prometheus.yml------------配置编辑------------------- job_name: 'prometheus'# metrics_path defaults to '/metrics'# scheme defaults to 'http'.static_configs:- targets: ['localhost:9090']-----prometheus- job_name: 'linux'static_configs:- targets: ['localhost:9100']-----linux终端的node-ip访问:输入ip+9090进行访问

3、Exporter(node_exporter)

监控的linux终端上进行下载并安装node

# 下载node_exporter
wget https://github.com/prometheus/node_exporter/releases/download/v0.17.0/node_exporter-0.17.0.linux-amd64.tar.gz
# 解压
tar -zvxf node_exporter-0.17.0.linux-amd64.tar.gz
# 修改目录名称
mv node_exporter-0.17.0.linux-amd64 node_exporter
# 启动node_exporter
cd node_exporter
./node_exporter &

4、grafana操作显示

1)访问grafana地址,在设置中选择Data Sources

 

 

Grafana+Prometheus+Exporter(简称GPE监控预警系统)试用相关推荐

  1. GPE监控预警系统搭建--Grafana+Prometheus+Exporter

    GPE监控预警系统(Grafana+Prometheus+Exporter) GPE监控预警系统结构图 一: Grafana的安装 1:简介 大规模指标数据的可视化展现,是网络架构和应用分析中最流行的 ...

  2. GPE监控多台MySQL_GPE监控预警系统(Grafana+Prometheus+Exporter)搭建

    GPE监控预警系统结构图 一: Grafana 1:简介 大规模指标数据的可视化展现,是网络架构和应用分析中最流行的时序数据展示工具.目前已经支持绝大部分常用的时序数据库. Grafana支持许多不同 ...

  3. GPE(Grafana+Prometheus+Exporter)项目实战之Golang篇(上)

    项目目标-为什么要搭建GPE(Grafana+Prometheus+Exporter) 关注我的朋友知道,前几天开源了boot4go-gateway的项目,boot4go-gateway的http服务 ...

  4. GPE监控预警系统使用【 mysql数据库监控】

    一:搭建GPE监控预警系统 参考文章:https://blog.csdn.net/weixin_30641567/article/details/103426376 二:监控mysql数据库 Step ...

  5. Grafana + Prometheus + Exporter (一)

    Grafana + Prometheus + Exporter (一) 原文地址:https://www.lucien.ink/archives/449/ 1. 摘要 本文主要介绍如何使用 node_ ...

  6. Grafana+Prometheus打造运维监控系统(一)-安装篇

    1. Prometheus.Grafana介绍 Prometheus是一个开源的系统监控和报警系统,Grafana 是一个开源的监控数据分析和可视化套件,利用Grafana+Prometheus组合, ...

  7. grafana+prometheus快速搭建MySql监控系统实践

    一.背景 对于LNMP环境下的开发者来说,mysql是非常重要的一环,同时mysql的性能监控也是开发者所需要关注的一环:如果大家使用阿里云的RDS会感觉到其监控功能非常好用,但如果开发者使用的是自建 ...

  8. GPE监控预警系统-Prometheus 概述.md

    Prometheus 是什么? Prometheus是一套开源的监控&报警&时间序列数据库的组合,起始是由SoundCloud公司开发的.随着发展,越来越多公司和组织接受采用Prome ...

  9. GPE监控预警系统-node_exporter.md

    node_exporter 该exporter提供服务器状态相关的metric,为最基础的exporter 安装 cd /op/monitor https://github.com/prometheu ...

最新文章

  1. 文件存储服务器英文,文件存储服务器
  2. 郑州大学北校区oracle考试题,2019郑州大学软件学院oracle期末考试试题及答案(一)...
  3. UML类图关系大全 and 报表的基本用法
  4. 洛谷 - P4014 分配问题(费用流/KM)
  5. 【PHP 面试知识梳理】
  6. linux认识第一面
  7. python 两点曲线_全方位比较3种数据科学工具的比较:Python、R和SAS(附链接)
  8. C语言深入学习系列 - 字节对齐内存管理
  9. mac电脑安装mysql
  10. Linux Deploy 2.0 中文,Linux Deploy:在Android上部署Linux
  11. 大数据技术_ 基础理论 之 数据挖掘与分析
  12. [数学学习笔记]导数的定义
  13. 微信小游戏声明文件(d.ts)
  14. 都2021年了,你不会还没掌握响应式网页设计吧?
  15. ZStack基于华芯通打造ARM国产云平台 助力云上贵州多项应用
  16. 组合优化- 均值方差、最大夏普、风险平价模型
  17. Echarts 多个网格联动坐标轴指示器(axisPointer)
  18. 应用程序无法正常启动(0xc000007b)解决
  19. 智商决定是否录用,情商决定是否晋升
  20. Linux虚拟机忘记密码

热门文章

  1. Homework Day04.1
  2. 熟悉又陌生的udelay
  3. 浓缩咖啡会降低2型糖尿病风险?
  4. mx linux 教程,介绍MX Linux系统及MX Linux安装和使用的方法
  5. ElementUI NavMenu导航菜单,跳转到包含子路由的路由时,导航菜单项不高亮显示
  6. linux文件分割命令性能,Linux系统下使用split命令分割大文件 (转载)
  7. 【推荐收藏】13个强大的Al网站
  8. 为什么说Go的Map是无序的?
  9. 实验7-1 约瑟夫环
  10. 七月Z星月度速览 | Milvus 源码解析重磅来袭、学术直播间开播、Milvus 社区在线答疑会重启、智能问答机器人上线……...