Prometheus样本采集器汇总
系统基本信息
Linux Servers:
Exporter
https://github.com/prometheus/node_exporter
Dashboard
https://grafana.com/grafana/dashboards/1860
Windows Servers:
Exporter
https://github.com/prometheus-community/windows_exporter
Dashboard
https://grafana.com/grafana/dashboards/12422
web端服务器
Nginx Server:
收集有关 NGINX 或 NGINX Plus 的信息
Exporter
https://github.com/nginxinc/nginx-prometheus-exporter
Dashboard
https://grafana.com/grafana/dashboards/9614
Apache Server:
收集有关 Apache 服务相关信息
Exporter
https://github.com/Lusitaniae/apache_exporter
Dashboard
https://grafana.com/grafana/dashboards/3894
BlackBox Exporter:
收集HTTP、TCP等信息,有利于监控Web服务的生命周期。
Exporter
https://github.com/prometheus/blackbox_exporter
Dashboard
https://grafana.com/grafana/dashboards/7587
SSL info Exporter:
发送有关用于 Web 服务器的 SSL 证书的信息。适用于监控 SSL 证书的到期日期。
Exporter
https://github.com/ribbybibby/ssl_exporter
Dashboard
https://grafana.com/grafana/dashboards/13230
数据库服务器
MySQL Server:
收集 MySQL 服务器信息
Exporter
https://github.com/prometheus/mysqld_exporter
Dashboard
https://grafana.com/grafana/dashboards/7362
PostgreSQL Server:
收集 PostgreSQL 服务器信息
Exporter
https://github.com/prometheus-community/postgres_exporter
Dashboard
https://grafana.com/grafana/dashboards/455
REDIS:
收集 REDIS 服务器信息
Exporter
https://github.com/oliver006/redis_exporter
Dashboard
https://grafana.com/grafana/dashboards/11835
Oracle Database:
收集 Oracle 服务器信息
Exporter
https://github.com/iamseth/oracledb_exporter
Dashboard
https://grafana.com/grafana/dashboards/3333
Memcached
收集 Memcached 服务器信息
Exporter
https://github.com/prometheus/memcached_exporter
Dashboard
https://grafana.com/grafana/dashboards/37
Elasticsearch:
收集 Elasticsearch 搜索引擎服务信息
Exporter
https://github.com/prometheus-community/elasticsearch_exporter
Dashboard
https://grafana.com/grafana/dashboards/6483
Prometheus样本采集器汇总的更多相关文章
- prometheus学习系列十一: Prometheus 采集器的编写
在前面的文章已经写了官方的几个exporter的使用了. 在实际使用环境中,我们可能需要收集一些自定义的数据, 这个时候我们一般是需要自己编写采集器的. 快速入门编写一个入门的demo 编写代码 fr ...
- 实战ELK(4)Metricbeat 轻量型指标采集器
一.介绍 用于从系统和服务收集指标.从 CPU 到内存,从 Redis 到 Nginx,Metricbeat 能够以一种轻量型的方式,输送各种系统和服务统计数据. 1.系统级监控,更简洁(轻量型指标采 ...
- Flume 高可用配置案例+load balance负载均衡+ 案例:日志的采集及汇总
高可用配置案例 (一).failover故障转移 在完成单点的Flume NG搭建后,下面我们搭建一个高可用的Flume NG集群,架构图如下所示: (1)节点分配 Flume的Agent和Colle ...
- Prometheus 配置采集目标
Prometheus 配置采集目标 1.根据配置的任务(job)以http/s周期性的收刮(scrape/pull)2.指定目标(target)上的指标(metric).目标(target)3.可以以 ...
- Metricbeat 轻量型指标采集器
一.介绍 用于从系统和服务收集指标.从 CPU 到内存,从 Redis 到 Nginx,Metricbeat 能够以一种轻量型的方式,输送各种系统和服务统计数据. 1.系统级监控,更简洁(轻量型指标采 ...
- Hawk 3. 网页采集器
1.基本入门 1. 原理(建议阅读) 网页采集器的功能是获取网页中的数据(废话).通常来说,目标可能是列表(如购物车列表),或是一个页面中的固定字段(如JD某商品的价格和介绍,在页面中只有一个).因此 ...
- 火车采集器 帝国CMS7.2免登录发布模块
帝国cms7.2增加了金刚模式,登录发布有难度.免登录发布模块配合火车采集器,完美解决你遇到的问题. 免登录直接获取栏目列表 通过文件内设置密码免登录发布数据 帝国cms7.2免登陆文章发布接口使用说 ...
- WEB页面采集器编写经验之一:静态页面采集器
严格意义来说,采集器和爬虫不是一回事:采集器是对特定结构的数据来源进行解析.结构化,将所需的数据从中提取出来:而爬虫的主要目标更多的是页面里的链接和页面的TITLE. 采集器也写过不少了,随便写一点经 ...
- centos创建监控宝采集器及添加插件任务
官方的说明文档很不详细操作也有点小问题,故把操作记录如下. 操作系统环境: centos 5.8 python 2.4.3 创建采集器等操作这里就不说了,见官方文档:http://blog.jiank ...
随机推荐
- 数据结构-查找-二叉排序查找(平衡二叉树,B树,B+树概念)
0.为什么需要二叉排序树 1)数组存储方式: 优点:通过下标访问元素,速度快,对于有序数组,可以通过二分查找提高检索效率: 缺点:如果检索具体某个值,或者插入值(按一定顺序)会整体移动,效率较低: 2 ...
- Scanner的使用步骤和匿名对象的说明
Scanner使用步骤 查看类 ~java.util.Scanner :该类需要import导入后使用. 查看构造方法 ~public Scanner(InputStream source) : 构造 ...
- java的方法(类似与C语言函数)
package www.nihao; import java.util.Scanner; public class demo02 { public static void main(String[] ...
- SQLZOO练习四--SUM and COUNT(聚合函数)
World Country Profile: Aggregate functions This tutorial is about aggregate functions such as COUNT, ...
- Eolink 推出面向中小企业及初创企业支持计划,为企业赋能!
2022,疫情持续蔓延,Eolink 作为一家初创公司,深切地感受到疫情下中小企业和初创企业的不易. Eolink 宣布正式推出「 Eolink 微光计划」,面向中小企业和初创企业,提供免费一年的私有 ...
- 总结下对我对于CSS中BFC的认知
首先第一个,什么是BFC? BFC的全称叫Block Formatting Context (块级格式化上下文)BFC是css中隐含属性,开启BFC后元素会变成一个独立的布局环. 简单来说,它 ...
- tarjan算法和缩点
tarjan可以找强连通的分量,但它的作用不只局限于此 缩点,说白了,就是建新图,之后的操作在新图上进行 自己看代码 #include<bits/stdc++.h> using names ...
- 1000-ms-maven相关问题
一.Maven有哪些优点和缺点 优点如下: 简化了项目依赖管理: 易于上手,对于新手可能一个"mvn clean package"命令就可能满足他的工作 便于与持续集成工具(jen ...
- 见微知著,细节上雕花:SVG生成矢量格式网站图标(Favicon)探究
原文转载自「刘悦的技术博客」https://v3u.cn/a_id_215 Favicon是favorites icon的缩写,也被称为website icon(站点图标).page icon(页面图 ...
- SpringBoot定时任务 - Spring自带的定时任务是如何实现的?有何注意点?
通过前文我们基本梳理了定时任务体系:Timer和ScheduledExecutorService是JDK内置的定时任务方案,以及Netty内部基于时间轮实现的HashedWheelTimer,再到Qu ...