-
Prometheus+Alertmanager 搭建告警系统
Prometheus 配置文件 prometheus.yml global: scrape_interval: 15s # Set the scrape i
2022-03-02, Views: 2109 , Topics: Prometheus Alertmanager DevOps
-
Prometheus+Grafana+cAdvisor 监控 Docker 容器
cAdvisor 下载地址 https://github.com/google/cadvisor/releases 添加可执行权限 chmod u+x cadv
2022-03-01, Views: 2489 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+elasticsearch_exporter 监控 Elasticsearch
下载 elasticsearch_exporter https://github.com/prometheus/elasticsearch_exporter/r
2022-02-28, Views: 2223 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+nginx-lua-prometheus 监控 OpenResty
查看工作目录 nginx -V 输出: --prefix=/usr/local/openresty/nginx 安装 nginx-lua-prometheus
2022-02-27, Views: 5568 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+nginx-prometheus-exporter 监控 Nginx
下载 nginx-prometheus-exporter https://github.com/nginxinc/nginx-prometheus-export
2022-02-26, Views: 4938 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+rabbitmq_prometheus 监控 RabbitMQ
关于 rabbitmq_prometheus rabbitmq_prometheus是RabbitMQ 3.8.0默认集成的监控插件。 相关文档 https:/
2022-02-25, Views: 2820 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+redis_exporter 监控 Redis 服务
redis_exporter 下载地址 https://github.com/oliver006/redis_exporter/releases 后台启动 no
2022-02-24, Views: 1803 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+jmx_exporter 监控 Java 虚拟机
agent 下载地址 https://github.com/prometheus/jmx_exporter/releases 配置文件样例 https://gi
2022-02-23, Views: 2280 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+mysqld_exporter 监控 MySQL
创建用户 仅限本机登录 CREATE USER 'exporter'@'localhost' IDENTIFIED BY '123456' WITH MAX_U
2022-02-22, Views: 2115 , 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: 3926 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+windows_exporter 监控 Windows 系统
下载地址 分为exe和msi。 https://github.com/prometheus-community/windows_exporter/release
2022-02-20, Views: 3168 , Topics: Prometheus Grafana DevOps
-
Prometheus+Grafana+node_exporter 监控 Linux 服务器
node_exporter 下载地址 https://github.com/prometheus/node_exporter/releases 后台启动 noh
2022-02-19, Views: 2916 , 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: 5465 , 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: 3493 , 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
-
Docker 部署 GitLab
拉取镜像 https://hub.docker.com/r/gitlab/gitlab-ce docker pull gitlab/gitlab-ce:14.6
-
Docker 部署 Nexus
搜索镜像 docker search nexus 拉取镜像 版本号或更多配置可以去官网查看:https://hub.docker.com/r/sonatype/