diff options
author | Federico Ceratto <federico.ceratto@gmail.com> | 2018-03-27 21:28:21 +0000 |
---|---|---|
committer | Federico Ceratto <federico.ceratto@gmail.com> | 2018-03-27 21:28:21 +0000 |
commit | d4dd00f58a502c9ca4b63e36ce6bc7a9945dc63c (patch) | |
tree | faac99f51f182bb8c0a03e95e393d421ac9ddf42 /conf.d/charts.d/apcupsd.conf | |
parent | New upstream version 1.9.0+dfsg (diff) | |
download | netdata-84f225be3d8749cf2e685d5bd4b79fe7f6e3ba04.tar.xz netdata-84f225be3d8749cf2e685d5bd4b79fe7f6e3ba04.zip |
New upstream version 1.10.0+dfsgupstream/1.10.0+dfsg
Diffstat (limited to 'conf.d/charts.d/apcupsd.conf')
-rw-r--r-- | conf.d/charts.d/apcupsd.conf | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/conf.d/charts.d/apcupsd.conf b/conf.d/charts.d/apcupsd.conf index f8bf7ed6..679c0d61 100644 --- a/conf.d/charts.d/apcupsd.conf +++ b/conf.d/charts.d/apcupsd.conf @@ -2,11 +2,13 @@ # 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+ -#apcupsd_ip=127.0.0.1 -#apcupsd_port=3551 +# add all your APC UPSes in this array - uncomment it too +#declare -A apcupsd_sources=( +# ["local"]="127.0.0.1:3551" +#) # how long to wait for apcupsd to respond #apcupsd_timeout=3 @@ -17,3 +19,7 @@ # the charts priority on the dashboard #apcupsd_priority=90000 + +# the number of retries to do in case of failure +# before disabling the module +#apcupsd_retries=10 |