-
Kubernetes 搭建之 Docker 安装
环境 Centos7、Docker CE 18、Kubernetes 1.23.1 镜像 wget https://mirrors.aliyun.com/doc
2022-03-04, Views: 1973 , Topics: Kubernetes Docker CentOS
-
Kubernetes 搭建之配置 CentOS7 环境
配置 如果在Hyper-V或者VMware等虚拟机中配置,master节点至少1500MB和2核CPU,node节点至少512MB。 设置 hostname 三
2022-03-03, Views: 2005 , Topics: Kubernetes CentOS
-
Prometheus+Alertmanager 搭建告警系统
Prometheus 配置文件 prometheus.yml global: scrape_interval: 15s # Set the scrape i
2022-03-02, Views: 2405 , Topics: Prometheus Alertmanager DevOps
-
Prometheus+Grafana+cAdvisor 监控 Docker 容器
cAdvisor 下载地址 https://github.com/google/cadvisor/releases 添加可执行权限 chmod u+x cadv
2022-03-01, Views: 2828 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+elasticsearch_exporter 监控 Elasticsearch
下载 elasticsearch_exporter https://github.com/prometheus/elasticsearch_exporter/r
2022-02-28, Views: 2528 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+nginx-lua-prometheus 监控 OpenResty
查看工作目录 nginx -V 输出: --prefix=/usr/local/openresty/nginx 安装 nginx-lua-prometheus
2022-02-27, Views: 6192 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+nginx-prometheus-exporter 监控 Nginx
下载 nginx-prometheus-exporter https://github.com/nginxinc/nginx-prometheus-export
2022-02-26, Views: 5376 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+rabbitmq_prometheus 监控 RabbitMQ
关于 rabbitmq_prometheus rabbitmq_prometheus是RabbitMQ 3.8.0默认集成的监控插件。 相关文档 https:/
2022-02-25, Views: 3183 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+redis_exporter 监控 Redis 服务
redis_exporter 下载地址 https://github.com/oliver006/redis_exporter/releases 后台启动 no
2022-02-24, Views: 2108 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+jmx_exporter 监控 Java 虚拟机
agent 下载地址 https://github.com/prometheus/jmx_exporter/releases 配置文件样例 https://gi
2022-02-23, Views: 2673 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+mysqld_exporter 监控 MySQL
创建用户 仅限本机登录 CREATE USER 'exporter'@'localhost' IDENTIFIED BY '123456' WITH MAX_U
2022-02-22, Views: 2475 , 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: 4400 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+windows_exporter 监控 Windows 系统
下载地址 分为exe和msi。 https://github.com/prometheus-community/windows_exporter/release
2022-02-20, Views: 3554 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+node_exporter 监控 Linux 服务器
node_exporter 下载地址 https://github.com/prometheus/node_exporter/releases 后台启动 noh
2022-02-19, Views: 3401 , Topics: Prometheus Grafana DevOps
-
Docker 搭建私有仓库 Registry
说明 私有仓库也是一个镜像,叫做Registry。 Harbor是在此基础上增强的功能。https://github.com/goharbor/harbor 拉
-
Docker 部署 Alertmanager
搜索镜像 docker search prom/alertmanager 拉取镜像 版本号可以去官网查看:https://hub.docker.com/r/pr
2022-02-17, Views: 5868 , Topics: Docker Alertmanager DevOps
-
Docker 部署 Grafana
搜索镜像 docker search grafana/grafana 拉取镜像 版本号可以去官网查看:https://hub.docker.com/r/graf
-
Docker 部署 Prometheus
搜索镜像 docker search prom/prometheus 拉取镜像 版本号可以去官网查看:https://hub.docker.com/r/prom
2022-02-15, Views: 3857 , Topics: Docker Prometheus DevOps
-
Docker 部署 cAdvisor
说明 最新版本已经放到谷歌镜像gcr.io中,国内无法访问,故使用v0.33.0版本。 搜索镜像 docker search google/cadvisor 拉
-
Docker 部署 Jenkins
拉取镜像 https://hub.docker.com/r/jenkins/jenkins 2.328版本 docker pull jenkins/jenkin