码迷,mamicode.com
首页 >  
搜索关键字:exporter    ( 176个结果
Prometheus Node_exporter
Node Exporter node_exporter 主要用于 *NIX 系统监控, 用 Golang 编写。 功能对照表 Darwin, Dragonfly, FreeBSD, Linux Darwin, Dragonfly, FreeBSD, Linux, OpenBSD Darwin, Dr ...
分类:其他好文   时间:2018-12-14 13:05:36    阅读次数:378
Prometheus MySQL_exporter
MySQL Exporter mysqld_exporter是用来搜集mysql的性能指标的,适用于mysql5.5及其以上版本 程序安装 下载地址:https://prometheus.io/download/#mysqld_exporter mysqld_exporter需要连接到Mysql,所 ...
分类:数据库   时间:2018-12-14 12:53:14    阅读次数:788
CentOS/Redhat安装node_exporter
CentOS/Redhat安装node_exporter注:CentOS/Redhat5会报kernel太老node_exporter下载网址:https://prometheus.io/download/node_exporter-0.16.0.linux-amd64.tar.gz我这边以/home示例,请根据实际情况具体调整CentOS7:tarzxfvnode_exporter-0.16.0
分类:其他好文   时间:2018-11-12 19:48:57    阅读次数:462
CentOS/Redhat安装node_exporter
CentOS/Redhat安装node_exporter注:CentOS/Redhat5会报kernel太老node_exporter下载网址:https://prometheus.io/download/node_exporter-0.16.0.linux-amd64.tar.gz我这边以/home示例,请根据实际情况具体调整CentOS7:tarzxfvnode_exporter-0.16.0
分类:其他好文   时间:2018-11-12 13:54:53    阅读次数:645
promethues监控tomcat
promethues监控tomcat:下载网址:https://github.com/prometheus/jmx_exporter点击downloadthejar链接https://github.com/prometheus/jmx_exporter/blob/master/exsample_configs/tomcat.yml复制内容另存为config.xmlmkdir/var/lib/tom
分类:其他好文   时间:2018-10-24 20:08:12    阅读次数:563
mysqld_exporter监控mysql
mysqld_exporter用来抓取mysql的相关信息:下载网址:https://github.com/prometheus/mysqld_exporter/releases/download/v0.10.0/mysqld_exporter-0.10.0.linux-amd64.tar.gztarzxfvmysqld_exporter-0.10.0.linux-amd64.tar.gz-C/h
分类:数据库   时间:2018-10-18 11:45:38    阅读次数:3426
Prometheus监控软件部署方法
背景:负责基于区块链的某公正项目的状态上报模块设计编码,基于Prometheus进行二次开发 1、说明Prometheus 是一个开源的服务监控软件,它通过 HTTP 协议从远程机器收集数据并存储在本地的时序数据库上。Prometheus 通过安装在远程机器上的 exporter 来收集监控数据。 ...
分类:其他好文   时间:2018-10-13 15:41:13    阅读次数:290
k8s与监控--解读prometheus监控kubernetes的配置文件
前言Prometheus是一个开源和社区驱动的监控&报警&时序数据库的项目。来源于谷歌BorgMon项目。现在最常见的Kubernetes容器管理系统中,通常会搭配Prometheus进行监控。主要监控:Node:如主机CPU,内存,网络吞吐和带宽占用,磁盘I/O和磁盘使用等指标。node-exporter采集。容器关键指标:集群中容器的CPU详细状况,内存详细状况,Network
分类:Web程序   时间:2018-09-26 10:50:36    阅读次数:364
k8s node alertmanager监控报警配置方法
1概述节点本身的监控主要监控CPU、内存、磁盘IO、文件系统可用空间即可。比如,对于使用来prometheus的alertmanager来做node报警,rules配置可以参考如下点进行配置即可。说明不同的node-exporter版本,对应的metrics也不一样,需要自己对照更改一下。CPU监控(1-avg(irate(node_cpu{mode="idle"}[10m])
分类:其他好文   时间:2018-09-18 20:51:14    阅读次数:702
ScyllaDB - 基础部署
基础环境 操作系统: CentOS 7.2; 集群节点(虚拟机):172.16.134.15 ~ 17; 基础准备 安装依赖和卸载 abrt ( abrt 和 coredump 配置冲突 ): sudo yum install -y qt-settings epel-release wget sud ...
分类:数据库   时间:2018-09-17 15:26:46    阅读次数:904
176条   上一页 1 ... 12 13 14 15 16 ... 18 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!