首页
归档
日志
相册
友链
1
docker中的gosu和su-exec工具
2
docker网络解析不稳定
3
vim 常用功能设置
4
Python 创建简单cgi web服务器
5
nmcli命令的使用
seafog
累计撰写
86
篇文章
累计创建
59
个标签
累计收到
13
条评论
导航
首页
归档
日志
相册
友链
目录
搜索
标签搜索
ENTRYPOINT
Vim
RockyLinux
RabbitMQ
MongoDB
Jenkins
Fail2ban
CentOS
Ubuntu
Resource Quotas
Pod
Filebeat
Controller Manager
Network
Volume
Node mechine
Namespace
LimitRange
Resource QoS
Deployment
ReplicaSet
Replication Controller
Logstash
Elasticsearch
ARP
Pipreqs
Nginx-module-vts
asyncio
TLS
Http2.0
Brotli
Debian
Alpine
ColdKnowledge
TCP/IP
Bash
Flannel
ELK
PHP-FPM
Prometheus
Ingress
Charles
Stream
Redis
Wireshark
Selenium
Etcd
PowerShell
WindowsServer
Supervisor
Linux
MySQL
Python
Yaml
Nginx
AdslProxy
Gitlab
Kubernetes
Docker
标签
Prometheus
prometheus 监控 nginx 规则
8 个月前
200
0
0
44℃
System
nginx 的监控规则可以参考:Awesome Prometheus alerts | Collection of alerting rules实际上里面的规则可能还需要略微修改才可以使用:groups:- name: Nginx rules: - alert: NginxHighHttp4xxErrorRate expr: sum(rate(nginx_server_requests{
Prometheus监控PHP-FPM
8 个月前
286
0
0
52.6℃
Serveices
环境PHP版本:7.3在docker里通过supervisor启动PHP步骤PHP-FPM端配置PHP-FPM开启status_path# vim /etc/php-fpm.d/www.confpm.status_path = /statusping.path = /pingNginx端配置监听9010端口server { listen 9010; location ~ ^/(stat