]> arthur.barton.de Git - netdata.git/blobdiff - python.d/README.md
Updated Nginx section to be more specific
[netdata.git] / python.d / README.md
index 5241bff1130aea155c029427cfb911962a8aa97e..e8a132e17fb6fa983e0a7d005921c35d123b88c7 100644 (file)
@@ -426,13 +426,13 @@ local:
 
 local_2:
   user     : 'root'
-  password : 'blablablabla'
+  pass : 'blablablabla'
   socket   : '/var/run/mysqld/mysqld.sock'
   update_every : 1
 
 remote:
   user     : 'admin'
-  password : 'bla'
+  pass : 'bla'
   host     : 'example.org'
   port     : 9000
   retries  : 20
@@ -444,10 +444,12 @@ If no configuration is given, module will attempt to connect to mysql server via
 
 # nginx
 
-This module will monitor one or more nginx servers depending on configuration. 
+This module will monitor one or more nginx servers depending on configuration. Servers can be either local or remote. 
 
 **Requirements:**
- * nginx with configured `stub_status`
+ * nginx with configured 'ngx_http_stub_status_module'
+ * 'location /stub_status'
+Example nginx configuration can be found in 'python.d/nginx.conf'
 
 It produces following charts:
 
@@ -695,4 +697,4 @@ localhost:
 Without configuration, module attempts to connect to `http://localhost:8080/manager/status?XML=true`, without any credentials. 
 So it will probably fail.
 
----
\ No newline at end of file
+---