Grafana+prometheus
文章平均质量分 54
监控方面
人生匆匆
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Prometheus + Blackbox Exporter+grafana
备注:Prometheus和grafana已经安装。原创 2026-06-15 11:55:57 · 255 阅读 · 0 评论 -
部署cadvisor+prometheus+grafana
架构我已经部署好了prometheus+grafana。原创 2026-06-12 17:36:07 · 188 阅读 · 0 评论 -
华为交换机开启snmp和开启 LLDP
【代码】华为交换机开启snmp。原创 2026-06-05 17:09:11 · 130 阅读 · 0 评论 -
grafana监控模板 regex截取ip地址
查看prometheus的node服务启动指标up,也可以查看其他的服务。配置正则截取ip regex截取ip地址。原创 2024-04-28 17:52:42 · 802 阅读 · 0 评论 -
通过python开发自定义exporter
1.环境准备pip install prometheus_client-0.12.0-py2.py3-none-any.whl2、exporter.py脚本编写# -*- coding:utf-8 -*-import timeimport commandsimport osimport sysfrom prometheus_client import Gaugefrom prometheus_client import start_http_serverreload(sys)sys转载 2022-01-19 15:15:26 · 2815 阅读 · 0 评论 -
prometheus自定义exporter监控key
添加取值脚本[node_exporter@bd-server-15 root]$ cat /opt/node_exporter/key/key_runner #! /bin/bashecho Logical_CPU_core_total `cat /proc/cpuinfo| grep "processor"| wc -l`echo logined_users_total `who | wc -l`;echo procs_total `ps aux|wc -l`echo procs_z转载 2021-11-30 15:12:22 · 1041 阅读 · 0 评论 -
Grafana 邮件告警配置
1、grafana-server 配置 smtp 服务器// grafana 版本信息:grafana-6.2.1.linux-amd64.tar.gz# vim /etc/grafana/grafana.ini[smtp]# 启用 smtpenabled = true# 邮件服务器地址和端口host = smtp.sina.com:587# 账号user = foobar@sina.com# If the password contains # or ; you have to wra转载 2021-09-13 19:49:18 · 959 阅读 · 0 评论 -
Prometheus+Pushgateway+Grafana定义监控
一、Prometheus 简介Prometheus 是一套开源的系统监控报警框架。它启发于 Google 的 borgmon 监控系统,由工作在 SoundCloud 的 google 前员工在 2012 年创建,作为社区开源项目进行开发,并于 2015 年正式发布。2016 年,Prometheus 正式加入 Cloud Native Computing Foundation,成为受欢迎度仅次于 Kubernetes 的项目。废话不多说,直接开干二、Prometheus安装及配置下载安装Prome转载 2021-07-12 16:23:24 · 978 阅读 · 0 评论 -
Grafana HA高可用方案
架构图前提条件:mysql主主+keepalivedgranfana两台+keepalived一、使用同一数据源的配置1、准备grafana数据库:# mysql -uroot -pk19k19mysql> CREATE DATABASE grafana DEFAULT CHARACTER SET utf8;Query OK, 1 row affected (0.02 sec)mysql> show databases;+--------------------+| D原创 2020-08-11 17:14:22 · 1950 阅读 · 0 评论 -
Grafana数据迁移
1、各系统和docker安装官方文档https://grafana.com/grafana/download?platform=linux2、centos安装相应版本的Grafanawget https://dl.grafana.com/oss/release/grafana-6.7.2-1.x86_64.rpmsudo yum install grafana-6.7.2-1.x86_64...转载 2020-04-15 10:16:14 · 1209 阅读 · 0 评论 -
linux下Prometheus+Grafana搭建
官方下载地址1、下载Prometheus的tar包wget https://github.com/prometheus/prometheus/releases/download/v2.17.1/prometheus-2.17.1.linux-amd64.tar.gztar -C /usr/local/ -xvf prometheus-2.17.1.linux-amd64.tar.gz #...原创 2020-04-14 09:21:13 · 1560 阅读 · 2 评论 -
Prometheus 监控Mysql服务器和Grafana可视化
前期,我已经做完了Prometheus,GrafanaPrometheus和Grafana安装链接:https://blog.csdn.net/a13568hki/article/details/1055045991、安装mysql_exporter官方下载地址:https://prometheus.io/download/2、下载到被监控端解压压缩包并移动到指定目录wget http...原创 2020-04-14 17:39:51 · 543 阅读 · 0 评论
分享