安装配置Grafana参考 https://testerhome.com/articles/23629 使用配置 下载jmx_exporter https://github.com/prometheus/jmx_exporter 创建jmx_exporter配置文件 vim simple-confi ...
分类:
其他好文 时间:
2020-07-10 17:25:02
阅读次数:
118
import requests from prometheus_client import Gauge,Counter, generate_latest from prometheus_client.core import CollectorRegistry from flask import Re ...
分类:
其他好文 时间:
2020-07-07 11:41:53
阅读次数:
74
https://luanlengli.github.io/2019/05/01/Prometheus%E6%90%AD%E5%BB%BA%E7%AE%80%E5%8D%95%E7%9A%84%E7%9B%91%E6%8E%A7%E5%91%8A%E8%AD%A6%E7%B3%BB%E7%BB%9F. ...
分类:
其他好文 时间:
2020-07-06 19:38:55
阅读次数:
38
配置node_exporter 下载解压 root@VM-0-3-ubuntu:~$ wget -c https://github.com/prometheus/node_exporter/releases/download/v0.18.1/node_exporter-0.18.1.linux-am ...
分类:
其他好文 时间:
2020-07-05 23:23:43
阅读次数:
125
1、时间同步 #di.time sync /usr/sbin/ntpdate time.apple.com echo '#time sync by oldboy at 2019-3-30' >> /var/spool/cron/root echo '*/5 * * * * /usr/sbin/ntp ...
分类:
其他好文 时间:
2020-07-04 23:08:59
阅读次数:
112
环境准备 192.168.122.211 Consul Prometheus 192.168.122.212 node_export 服务安装 Consul # consul docker run --name consul -d -p 8500:8500 consul prometheus 配置 ...
分类:
其他好文 时间:
2020-07-03 12:53:47
阅读次数:
55
Prometheus是以operator方式部署 这里仅仅提供一个思路,万变不离其宗。 使用短信告警之前需要自己购买短信服务,然后定义好短信模板,一般都有现成的sdk,自己简单包装一下就可以使用了。 思路:通过自定义webhook的方式进行发送。我简单写了一个webhook,项目地址:https:/ ...
分类:
其他好文 时间:
2020-07-03 10:26:32
阅读次数:
211
在k8s的master节点安装nginx-module-vts模块 解压软件包 unzip nginx-module-vts-master.zip mv nginx-module-vts-master /usr/local/ 安装nginx tar zxvf nginx-1.15.7.tar.gz ...
分类:
其他好文 时间:
2020-07-02 09:28:44
阅读次数:
207
环境 系统:CentOS 7.5软件:prometheus-2.18.1.linux-amd64.tar.gz 安装 下载二进制包地址:https://prometheus.io/download/ 安装 # tar -xzvf prometheus-2.18.1.linux-amd64.tar.g ...
分类:
其他好文 时间:
2020-06-29 17:09:15
阅读次数:
88
List CentOS7.3 prometheus-2.2.1.linux-amd64.tar.gz redis_exporter-v0.30.0.linux-amd64.tar.gz ` 节点名 IP 软件版本 硬件 网络 说明 Prometheus 192.168.43.144 list 里面都 ...
分类:
系统相关 时间:
2020-06-29 11:48:36
阅读次数:
103