diff options
Diffstat (limited to 'conf.d/charts.d/mysql.conf')
-rw-r--r-- | conf.d/charts.d/mysql.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf.d/charts.d/mysql.conf b/conf.d/charts.d/mysql.conf index 6a0b55a4b..683e4af35 100644 --- a/conf.d/charts.d/mysql.conf +++ b/conf.d/charts.d/mysql.conf @@ -2,7 +2,7 @@ # netdata # real-time performance and health monitoring, done right! -# (C) 2016 Costa Tsaousis <costa@tsaousis.gr> +# (C) 2018 Costa Tsaousis <costa@tsaousis.gr> # GPL v3+ # THIS PLUGIN IS DEPRECATED @@ -17,3 +17,7 @@ # the charts priority on the dashboard #mysql_priority=60000 + +# the number of retries to do in case of failure +# before disabling the module +#mysql_retries=10 |