mirror of https://github.com/mikaku/Monitorix.git
updated to the new configuration options
This commit is contained in:
parent
e184050aa3
commit
9821eac418
13
README.nginx
13
README.nginx
|
@ -8,14 +8,19 @@ Here are the steps:
|
|||
|
||||
1) Edit the 'monitorix.conf' file to enable the 'nginx' monitorization and set
|
||||
the correct network port where Nginx is listening on:
|
||||
our %GRAPH_ENABLE = (
|
||||
<graph_enable>
|
||||
[...]
|
||||
"nginx" => "Y",
|
||||
nginx = y
|
||||
[...]
|
||||
</graph_enable>
|
||||
|
||||
our $NGINX_PORT = "80";
|
||||
<nginx>
|
||||
[...]
|
||||
port = 80
|
||||
[...]
|
||||
</nginx>
|
||||
|
||||
2) Make sure 'nginx' is compiled with the flag:
|
||||
2) Make sure 'nginx' has been compiled with the flag:
|
||||
--with-http_stub_status_module
|
||||
|
||||
3) Edit the 'nginx.conf' file and add or uncomment in the server section the
|
||||
|
|
Loading…
Reference in New Issue