mirror of
https://github.com/YunoHost-Apps/monitorix_ynh.git
synced 2024-09-03 19:46:06 +02:00
fix port_nginx_status
This commit is contained in:
parent
6a7677b5e6
commit
5d186194c8
1 changed files with 2 additions and 2 deletions
|
@ -442,8 +442,8 @@ secure_log_date_format = %b %e
|
|||
# NGINX graph
|
||||
# -----------------------------------------------------------------------------
|
||||
<nginx>
|
||||
url = http://localhost:__NGINX_STATUS_PORT__/nginx_status_monitorix
|
||||
port = __NGINX_STATUS_PORT__
|
||||
url = http://localhost:__PORT_NGINX_STATUS__/nginx_status_monitorix
|
||||
port = __PORT_NGINX_STATUS__
|
||||
rule = 24100
|
||||
rigid = 0, 0, 0
|
||||
limit = 100, 100, 100
|
||||
|
|
Loading…
Add table
Reference in a new issue