]> arthur.barton.de Git - netdata.git/commitdiff
update mysql configuration
authorIvan Ionut <ivan.ionut@gmail.com>
Fri, 26 Aug 2016 19:42:42 +0000 (21:42 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Aug 2016 19:42:42 +0000 (21:42 +0200)
'password' to 'pass'

python.d/README.md

index 5241bff1130aea155c029427cfb911962a8aa97e..4cc4d8d2fa52420e95a8f3e04409ea605177eca5 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
@@ -695,4 +695,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
+---