系统基本信息

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样本采集器汇总的更多相关文章

  1. prometheus学习系列十一: Prometheus 采集器的编写

    在前面的文章已经写了官方的几个exporter的使用了. 在实际使用环境中,我们可能需要收集一些自定义的数据, 这个时候我们一般是需要自己编写采集器的. 快速入门编写一个入门的demo 编写代码 fr ...

  2. 实战ELK(4)Metricbeat 轻量型指标采集器

    一.介绍 用于从系统和服务收集指标.从 CPU 到内存,从 Redis 到 Nginx,Metricbeat 能够以一种轻量型的方式,输送各种系统和服务统计数据. 1.系统级监控,更简洁(轻量型指标采 ...

  3. Flume 高可用配置案例+load balance负载均衡+ 案例:日志的采集及汇总

    高可用配置案例 (一).failover故障转移 在完成单点的Flume NG搭建后,下面我们搭建一个高可用的Flume NG集群,架构图如下所示: (1)节点分配 Flume的Agent和Colle ...

  4. Prometheus 配置采集目标

    Prometheus 配置采集目标 1.根据配置的任务(job)以http/s周期性的收刮(scrape/pull)2.指定目标(target)上的指标(metric).目标(target)3.可以以 ...

  5. Metricbeat 轻量型指标采集器

    一.介绍 用于从系统和服务收集指标.从 CPU 到内存,从 Redis 到 Nginx,Metricbeat 能够以一种轻量型的方式,输送各种系统和服务统计数据. 1.系统级监控,更简洁(轻量型指标采 ...

  6. Hawk 3. 网页采集器

    1.基本入门 1. 原理(建议阅读) 网页采集器的功能是获取网页中的数据(废话).通常来说,目标可能是列表(如购物车列表),或是一个页面中的固定字段(如JD某商品的价格和介绍,在页面中只有一个).因此 ...

  7. 火车采集器 帝国CMS7.2免登录发布模块

    帝国cms7.2增加了金刚模式,登录发布有难度.免登录发布模块配合火车采集器,完美解决你遇到的问题. 免登录直接获取栏目列表 通过文件内设置密码免登录发布数据 帝国cms7.2免登陆文章发布接口使用说 ...

  8. WEB页面采集器编写经验之一:静态页面采集器

    严格意义来说,采集器和爬虫不是一回事:采集器是对特定结构的数据来源进行解析.结构化,将所需的数据从中提取出来:而爬虫的主要目标更多的是页面里的链接和页面的TITLE. 采集器也写过不少了,随便写一点经 ...

  9. centos创建监控宝采集器及添加插件任务

    官方的说明文档很不详细操作也有点小问题,故把操作记录如下. 操作系统环境: centos 5.8 python 2.4.3 创建采集器等操作这里就不说了,见官方文档:http://blog.jiank ...

随机推荐

  1. dolphinscheduler简单任务定义及复杂的跨节点传参

    dolphinscheduler简单任务定义及跨节点传参 转载请注明出处 https://www.cnblogs.com/funnyzpc/p/16395094.html 写在前面 dolphinsc ...

  2. samba打开一个文件的函数调用栈

    ceph_open cephwrap_open open_fn smb_vfs_call_open SMB_VFS_OPEN fd_open fd_open_atomic open_file open ...

  3. [ERROR] Another process with pid 914 is using unix socket file.

    mysql启动报错 1.首先到mysql的配置文件中,确定socket文件路径 vim /etc/my.cnf 2.删除mysql.sock.lock 3.启动mysql

  4. API 开发者需要避免的10个错误【翻译】

    随着低代码和无代码工具的出现,构建API比以往任何时候都更简单.更快.不过因为开发简单了,开发者很容易忽略一些潜在的问题,导致整个业务的下游影响. 在设计阶段多花点时间,可以确保API真正有用.安全. ...

  5. php date函数和首位带0问题

    一.带零 echo date('Y-m-d'); 2012-08-08 二.不带零 echo date('Y-n-j'); 2012-8-8 以下为参数详解(转载): a - "am&quo ...

  6. Tracer类定义

    这个类主要是用于检测光线是否穿过球体.是核心,所有的碰撞都继承于这个类,书上也阐述了很多.详细就看书. 类定义: #pragma once #ifndef __TRACER_HEADER__ #def ...

  7. k8s暴露集群内和集群外服务的方法

    集群内服务 一般 pod 都是根据 service 资源来进行集群内的暴露,因为 k8s 在 pod 启动前就已经给调度节点上的 pod 分配好 ip 地址了,因此我们并不能提前知道提供服务的 pod ...

  8. 用 Scanner 扫描CSV文件时报错:“java.util.nosuchelementexception:no line found”的解决方法

    最近用 java 对一个很大的 CSV 文件进行处理.打算用 Scanner 逐行扫描进来,结果报错 "java.util.nosuchelementexception:no line fo ...

  9. Java学习--基础

    java学习 基础 Java三大版本 javase 标准版 占领桌面端(基础) javame 移动版 嵌入式开发.占领手机端 javaee 企业版 占领服务器端 Java的特性和优势 跨平台.可移植性 ...

  10. 在 Linux 安装 Java 的流程

    前言 安装流程一共为 4 个步骤,分为下载.解压.配置.检查. 下载 Oracle 官网下载 JDK. 解压 上传至 Linux 中(可使用宝塔面板上传),解压安装包: ubuntu@VM-0-6-u ...