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.

10 line
202B

  1. Import "collectd_mysql_check"
  2. <Module "collectd_mysql_check">
  3. Host "localhost"
  4. Socket "{{ plugin.socket }}"
  5. Username "{{ plugin.username }}"
  6. Password "{{ plugin.password }}"
  7. </Module>