• HOME
  • SEARCH
  • TOPICS
  • DATA

  • Kubernetes 搭建之 Docker 安装

    环境 Centos7、Docker CE 18、Kubernetes 1.23.1 镜像 wget https://mirrors.aliyun.com/doc

    2022-03-04, Views: 2023 , Topics: Kubernetes Docker CentOS

  • Kubernetes 搭建之配置 CentOS7 环境

    配置 如果在Hyper-V或者VMware等虚拟机中配置,master节点至少1500MB和2核CPU,node节点至少512MB。 设置 hostname 三

    2022-03-03, Views: 2042 , Topics: Kubernetes CentOS

  • Prometheus+Alertmanager 搭建告警系统

    Prometheus 配置文件 prometheus.yml global: scrape_interval: 15s # Set the scrape i

    2022-03-02, Views: 2457 , Topics: Prometheus Alertmanager DevOps

  • Prometheus+Grafana+cAdvisor 监控 Docker 容器

    cAdvisor 下载地址 https://github.com/google/cadvisor/releases 添加可执行权限 chmod u+x cadv

    2022-03-01, Views: 2880 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+elasticsearch_exporter 监控 Elasticsearch

    下载 elasticsearch_exporter https://github.com/prometheus/elasticsearch_exporter/r

    2022-02-28, Views: 2587 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+nginx-lua-prometheus 监控 OpenResty

    查看工作目录 nginx -V 输出: --prefix=/usr/local/openresty/nginx 安装 nginx-lua-prometheus

    2022-02-27, Views: 6287 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+nginx-prometheus-exporter 监控 Nginx

    下载 nginx-prometheus-exporter https://github.com/nginxinc/nginx-prometheus-export

    2022-02-26, Views: 5464 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+rabbitmq_prometheus 监控 RabbitMQ

    关于 rabbitmq_prometheus rabbitmq_prometheus是RabbitMQ 3.8.0默认集成的监控插件。 相关文档 https:/

    2022-02-25, Views: 3237 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+redis_exporter 监控 Redis 服务

    redis_exporter 下载地址 https://github.com/oliver006/redis_exporter/releases 后台启动 no

    2022-02-24, Views: 2166 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+jmx_exporter 监控 Java 虚拟机

    agent 下载地址 https://github.com/prometheus/jmx_exporter/releases 配置文件样例 https://gi

    2022-02-23, Views: 2751 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+mysqld_exporter 监控 MySQL

    创建用户 仅限本机登录 CREATE USER 'exporter'@'localhost' IDENTIFIED BY '123456' WITH MAX_U

    2022-02-22, Views: 2547 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+blackbox_exporter 监控 HTTP TCP PING ICMP

    blackbox_exporter 下载地址 https://github.com/prometheus/blackbox_exporter/releases

    2022-02-21, Views: 4498 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+windows_exporter 监控 Windows 系统

    下载地址 分为exe和msi。 https://github.com/prometheus-community/windows_exporter/release

    2022-02-20, Views: 3626 , Topics: Prometheus Grafana DevOps

  • Prometheus+Grafana+node_exporter 监控 Linux 服务器

    node_exporter 下载地址 https://github.com/prometheus/node_exporter/releases 后台启动 noh

    2022-02-19, Views: 3472 , Topics: Prometheus Grafana DevOps

  • Docker 搭建私有仓库 Registry

    说明 私有仓库也是一个镜像,叫做Registry。 Harbor是在此基础上增强的功能。https://github.com/goharbor/harbor 拉

    2022-02-18, Views: 1949 , Topics: Docker DevOps

  • Docker 部署 Alertmanager

    搜索镜像 docker search prom/alertmanager 拉取镜像 版本号可以去官网查看:https://hub.docker.com/r/pr

    2022-02-17, Views: 5933 , Topics: Docker Alertmanager DevOps

  • Docker 部署 Grafana

    搜索镜像 docker search grafana/grafana 拉取镜像 版本号可以去官网查看:https://hub.docker.com/r/graf

    2022-02-16, Views: 6120 , Topics: Docker Grafana DevOps

  • Docker 部署 Prometheus

    搜索镜像 docker search prom/prometheus 拉取镜像 版本号可以去官网查看:https://hub.docker.com/r/prom

    2022-02-15, Views: 3939 , Topics: Docker Prometheus DevOps

  • Docker 部署 cAdvisor

    说明 最新版本已经放到谷歌镜像gcr.io中,国内无法访问,故使用v0.33.0版本。 搜索镜像 docker search google/cadvisor 拉

    2022-02-14, Views: 4656 , Topics: Docker cAdvisor DevOps

  • Docker 部署 Jenkins

    拉取镜像 https://hub.docker.com/r/jenkins/jenkins 2.328版本 docker pull jenkins/jenkin

    2022-02-13, Views: 2557 , Topics: Docker Jenkins DevOps

  • First Prev
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • Next Last

©2025 沪ICP备18012661号-1 阿里云

Messages Sitemap GitHub