diff options
Diffstat (limited to 'conf.d/charts.d/example.conf')
-rw-r--r-- | conf.d/charts.d/example.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf.d/charts.d/example.conf b/conf.d/charts.d/example.conf index dc4b6900e..6232ca584 100644 --- a/conf.d/charts.d/example.conf +++ b/conf.d/charts.d/example.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+ # to enable this chart, you have to set this to 12345 @@ -15,3 +15,7 @@ # the charts priority on the dashboard #example_priority=150000 + +# the number of retries to do in case of failure +# before disabling the module +#example_retries=10 |