mysql.conf 555 B

1234567891011121314151617181920212223
  1. # no need for shebang - this file is loaded from charts.d.plugin
  2. # netdata
  3. # real-time performance and health monitoring, done right!
  4. # (C) 2018 Costa Tsaousis <costa@tsaousis.gr>
  5. # GPL v3+
  6. # THIS PLUGIN IS DEPRECATED
  7. # USE THE PYTHON.D ONE
  8. #mysql_cmds[name]=""
  9. #mysql_opts[name]=""
  10. # the data collection frequency
  11. # if unset, will inherit the netdata update frequency
  12. #mysql_update_every=2
  13. # the charts priority on the dashboard
  14. #mysql_priority=60000
  15. # the number of retries to do in case of failure
  16. # before disabling the module
  17. #mysql_retries=10