使用shell脚本向普罗米修斯pushgateway推送自定义指标


Pushgateway是一个独立服务,它在HTTP REST API上接收Prometheus指标。 Pushgateway位于发送指标的应用程序和Prometheus服务器之间。Pushgateway接收指标,然后作为目标被抓取,以将指标提供给Prometheus服务器。Pushgateway本质

快速搭建一个Prometheus监控


快速搭建Prometheus监控目录OVERVIEW 概述What is Prometheus? 什么是普罗米修斯?组件架构图快速部署Prometheus & grafana实例docker-compose.ymlnode_exporter.shprometheus.ymlgrafanati

脚本批量安装zabbix agent2


Download and install Zabbix 6.0 LTS for CentOS 7此方法使用官方的yum安装,在此链接找到系统对应的方法centos7 zabbix6.0lts agent2#!/bin/bashHOSTIP=改成你的zabbix服务器iprpm -Uvh https:

使用docker部署zabbix:latest


此脚本包含的镜像是官方仓库中nginx+mysql版本的镜像,也可根据需要修改组件镜像tag,注意环境变量的配置。已测试此脚本同样适用于部署3.4版本,仅需修改每个组件的镜像tag为alpine-3.4-latest,要使用其他版本的mysql数据库同上