added zabbix-agent install

This commit is contained in:
Bachir Soussi Chiadmi
2018-04-10 21:16:15 +02:00
parent 3f5967b5bb
commit 735faaac3d
13 changed files with 3461 additions and 5 deletions

View File

@@ -76,6 +76,13 @@ server {
return 404;
}
location /nginx_status {
stub_status on;
access_log off;
allow 127.0.0.1;
allow ZABBIX-SERVER-IP;
deny all;
}
}