diff options
Diffstat (limited to 'conf.d/charts.d/phpfpm.conf')
-rw-r--r-- | conf.d/charts.d/phpfpm.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/conf.d/charts.d/phpfpm.conf b/conf.d/charts.d/phpfpm.conf index 1e8576384..e4dd0231b 100644 --- a/conf.d/charts.d/phpfpm.conf +++ b/conf.d/charts.d/phpfpm.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 @@ -20,3 +20,8 @@ # the charts priority on the dashboard #phpfpm_priority=60000 + +# the number of retries to do in case of failure +# before disabling the module +#phpfpm_retries=10 + |