Fix Mysql collectd configuration for OSP10 and OSP9

Confirmed works on OSP10 and OSP9.

Change-Id: I7ad8e28df5a8e0f70408b8bd8813ebaaa4b81421
This commit is contained in:
akrzos
2016-09-02 16:08:08 -04:00
committed by Alex Krzos
parent 976231a58d
commit 32db4a549c
2 changed files with 9 additions and 1 deletions

View File

@@ -88,6 +88,8 @@ PreCacheChain "PreCache"
<Plugin mysql>
<Database "overcloud">
Host "localhost"
User "root"
Password "{{mysql_root_password.stdout}}"
Socket "/var/lib/mysql/mysql.sock"
InnodbStats true
</Database>