github地址: https://github.com/oliver006/redis_exporter Redis export 安装和使用 # 下载 redis_exporter https://github.co…
prometheus 监控tomcat
1.下载相关资源 项目地址: https://github.com/prometheus/jmx_exporter jar包下载地址: https://repo1.maven.org/maven2/io/promethe…
FastDFS部署与集成Nginx
安装FastDFS 软件包下载地址: https://www.lanzous.com/b738936/ 密码:exjd 1、下载安装 libfastcommon tar -zxvf libfastcommon-1.0.3…
Prometheus监控k8s
[toc] k8s监控方案 cadvisor+heapster+influxdb+grafana 缺点:只能支持监控容器资源,无法支持业务监控,扩展性较差 cadvisor/exporter+prometheus+gra…
alertmanager报警工具
AlertManager 简介 Prometheus将数据采集和报警分成了两个模块。报警规则配置在Prometheus Servers上,然后发送报警信息到AlertManger,然后我们的AlertManager就来管…
prometheus 监控Docker
启动CAdvisor docker run --volume=/:/rootfs:ro --volume=/var/run:/var/run:rw \ --volume=/sys:/sys:ro \ --volume=/…
Prometheus监控Linux服务器
node_exporter官方文档: https://prometheus.io/docs/guides/node-exporter/ 主机 IP 监控机 192.168.1.155 被监控机 192.168.1.155…
Prometheus配置文件
全局配置文件 官方文档: https://prometheus.io/docs/prometheus/latest/configuration/configuration/ 全局配置选项: global: # How f…
Prometheus部署
[toc] 部署prometheus 官网: https://prometheus.io/docs/prometheus/latest/getting_started/ 关闭selinux及防火墙 setenforce …
Prometheus概述
[toc] Prometheus是什么? 一个最初在soundcloud上构建的监控系统,自2012年成为开源社区项目,于2016年加入云原生基金会CNCF Prometheus官网 https://prometheus…