Saltstack Official Galera Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

collectd_mysql.conf 305B

1234567891011121314
  1. <LoadPlugin mysql>
  2. Globals false
  3. </LoadPlugin>
  4. <Plugin mysql>
  5. <Database "mysql">
  6. Host "localhost"
  7. Socket "{{ plugin.socket }}"
  8. User "{{ plugin.username }}"
  9. Password "{{ plugin.password }}"
  10. MasterStats false
  11. SlaveStats false
  12. </Database>
  13. </Plugin>