Rancher1.6 部署prometheus
一、rancher基础配置
镜像:prom/prometheus:latest
映射端口:9090:9090
服务连接:
blackbox-exporter
cadvisor
node-exporter
挂载卷:
/home/work/prometheus:/etc/prometheus/
调度:
monitor=true
二、配置文件挂载
需要修改监听机器IP:
global: scrape_interval: 15s evaluation_interval: 15s external_labels: monitor: 'exporter-metrics' alerting: alertmanagers: - static_configs : - targets : [ "alertmanager:9093" ] # Settings related to the remote write feature. remote_write: remote_read: scrape_configs: - job_name : 'HostsMetrics' dns_sd_configs: - names : - node-exporter refresh_interval: 15s type: A port: 9100 - job_name : 'RancherServerMetrics' dns_sd_configs: - names : - cadvisor refresh_interval: 15s type: A port: 8080 - job_name : 'RancherApi' dns_sd_configs: - names : - 'prometheus-rancher-exporter' refresh_interval: 15s type: A port: 9173 - job_name : 'Prometheus' static_configs: - targets : - '127.0.0.1:9090' - job_name : 'ng_02blackbox' metrics_path: /probe params: module: [ http_2xx ] # Look for a HTTP 200 response. static_configs: - targets : - http : //www.baidu.co # Target to probe with http. - https : //www.baidu.co # Target to probe with https. relabel_configs: - source_labels : [ __address__ ] target_label: __param_target - source_labels : [ __param_target ] target_label: instance - target_label : __address__ replacement: 10 .116.1.157: 9115 # The blackbox exporter's real hostname:port. - job_name : 'ng_01blackbox' metrics_path: /probe params: module: [ http_2xx ] # Look for a HTTP 200 response. static_configs: - targets : - http : //www.baidu.co # Target to probe with http. - https : //www.baidu.co # Target to probe with https. relabel_configs: - source_labels : [ __address__ ] target_label: __param_target - source_labels : [ __param_target ] target_label: instance - target_label : __address__ replacement: 10 .116.1.155: 9115 # The blackbox exporter's real hostname:port. - job_name : 'uc-upstream' metrics_path: /probe params: module: [ http_2xx ] # Look for a HTTP 200 response. static_configs: - targets : - http : //10 .116.1.157: 2500/uc/_monitor - http : //10 .116.1.155: 2500/uc/_monitor relabel_configs: - source_labels : [ __address__ ] target_label: __param_target - source_labels : [ __param_target ] target_label: instance - target_label : __address__ replacement: 10 .116.1.155: 9115 # The blackbox exporter's real hostname:port. - job_name : 'ng_02port_status' metrics_path: /probe params: module: [ tcp_connect ] static_configs: - targets : [ '127.0.0.1:443' , '127.0.0.1:80' , '10.116.1.155:2500' , '10.116.1.157:2500' , '10.116.1.155:3100' , '10.116.1.157:3100' , '10.116.1.157:4080' , '10.116.1.155:4090' , '10.116.1.155:4410' , '10.116.1.155:1101' , '10.116.1.157:1101' ] labels: instance: 'port_status' group: 'tcp' relabel_configs: - source_labels : [ __address__ ] target_label: __param_target - target_label : __address__ replacement: 10 .116.1.157: 9115 - job_name : 'ng_01port_status' metrics_path: /probe params: module: [ tcp_connect ] static_configs: - targets : [ '127.0.0.1:443' , '127.0.0.1:80' , '10.116.1.155:2500' , '10.116.1.157:2500' , '10.116.1.155:3100' , '10.116.1.157:3100' , '10.116.1.157:4080' , '10.116.1.155:4090' , '10.116.1.155:4410' , '10.116.1.155:1101' , '10.116.1.157:1101' ] labels: instance: 'port_status' group: 'tcp' relabel_configs: - source_labels : [ __address__ ] target_label: __param_target - target_label : __address__ replacement: 10 .116.1.155: 9115 - job_name : 'kafka_exporter' static_configs: - targets : [ '10.116.1.156:9308' ] - job_name : 'jmx_exporter' static_configs: - targets : [ '10.116.1.156:9309' ] |
Rancher1.6 部署prometheus的更多相关文章
- kubernetes之监控Operator部署Prometheus(三)
第一章和第二章中我们配置Prometheus的成本非常高,而且也非常麻烦.但是我们要考虑Prometheus.AlertManager 这些组件服务本身的高可用的话,成本就更高了,当然我们也完全可以用 ...
- k8s部署prometheus
https://www.kancloud.cn/huyipow/prometheus/527092 https://songjiayang.gitbooks.io/prometheus/content ...
- 【集群监控】Docker上部署Prometheus+Alertmanager+Grafana实现集群监控
Docker部署 下载 sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.re ...
- 基于k8s集群部署prometheus监控ingress nginx
目录 基于k8s集群部署prometheus监控ingress nginx 1.背景和环境概述 2.修改prometheus配置 3.检查是否生效 4.配置grafana图形 基于k8s集群部署pro ...
- 基于k8s集群部署prometheus监控etcd
目录 基于k8s集群部署prometheus监控etcd 1.背景和环境概述 2.修改prometheus配置 3.检查是否生效 4.配置grafana图形 基于k8s集群部署prometheus监控 ...
- k8s之自定义指标API部署prometheus
1.自定义指标-prometheus node_exporter是agent;PromQL相当于sql语句来查询数据; k8s-prometheus-adapter:prometheus是不能直接解析 ...
- kubernetes1.11.1 部署prometheus
部署前提:已经安装好了kubernetes的集群,版本是1.11.1,是用kubeadm部署的. 2台虚拟机:master:172.17.1.36 node1:172.17.1.40 pro ...
- k8b部署prometheus+grafana
来源: https://juejin.im/post/5c36054251882525a50bbdf0 https://github.com/redhatxl/k8s-prometheus-grafa ...
- 在Kubernetes下部署Prometheus
使用ConfigMaps管理应用配置 当使用Deployment管理和部署应用程序时,用户可以方便了对应用进行扩容或者缩容,从而产生多个Pod实例.为了 能够统一管理这些Pod的配置信息,在Kuber ...
随机推荐
- 视频处理之OSD
欲观原文,请君移步 OSD简介 OSD,on-screen display的简称,即屏幕菜单式调节方式.一般我们按一下Menu键后屏幕弹出的显示器各项调节项目信息的矩形菜单,比如调亮度,色调,饱和度等 ...
- tcpdump 基于mac地址抓取数据包
1.刚刚接触tcpdump时,常用tcpdump -i eth1 host 192.168.1.1 这个命令基于ip地址抓取数据包信息. tcpdump -i eth1(接口名称) host 192. ...
- phpstorm里面无法配置deployment?
我的preference里面找不到deployment是什么回事啊? 解决方案: 导致这个问题的原因是PHPStorm的plugins里面没有Remote Hosts Access这个插件,安装一下这 ...
- 在CentOS7上源码安装OpenResty
您必须将这些库perl 5.6.1+libreadlinelibpcrelibssl安装在您的电脑之中. 对于 Linux来说, 您需要确认使用 ldconfig 命令,让其在您的系统环境路径中能找到 ...
- nginx介绍及其原理
nginx介绍及其原理 nginx是一款轻量级的Web服务器/反向代理服务器及电子邮件(IMAP/POP3)代理服务器,并在一个BSD-like协议下发行. nginx由俄罗斯程序设计师lgor Sy ...
- Openshift 4.4 静态 IP 离线安装系列:初始安装
上篇文章准备了离线安装 OCP 所需要的离线资源,包括安装镜像.所有样例 Image Stream 和 OperatorHub 中的所有 RedHat Operators.本文就开始正式安装 OCP( ...
- 授权函数-web_set_user
为Web服务器指定登录字符串.当我们使用RNS服务器或者某些服务器的时候需要我们输入账号密码登录才能给进行访问,那么这个时候就需要用到该函数 int web_set_user(const char* ...
- 【JMeter_08】JMeter逻辑控制器__While控制器<While Controller>
While控制器<While Controller> 业务逻辑: 当条件为非false时,执行该节点下的脚本内容,判断条件包括数字.null.空白.字母.符号.true. 当条件为fals ...
- cb31a_c++_STL_算法_查找算法_(4)find_first_of
cb31a_c++_STL_算法_查找算法_(4)find_first_offind_first_of(b,e,sb,se),sb,second begin, se,second end();find ...
- springboot 2.X 集成redis
在实际开发中,经常会引入redis中间件做缓存,这里介绍springboot2.X后如何配置redis 1 Maven中引入redis springboot官方通过spring-boot-autoco ...