add support to monitor nginx
This commit is contained in:
parent
fb90bb6cad
commit
c19f5fa226
4 changed files with 29 additions and 0 deletions
8
files/monitoring
Normal file
8
files/monitoring
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
server {
|
||||
listen 127.0.0.1:5234;
|
||||
|
||||
location /nginx_status {
|
||||
stub_status on;
|
||||
access_log off;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue