summaryrefslogtreecommitdiffstats
path: root/conf.d/charts.d/apcupsd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/charts.d/apcupsd.conf')
-rw-r--r--conf.d/charts.d/apcupsd.conf12
1 files changed, 9 insertions, 3 deletions
diff --git a/conf.d/charts.d/apcupsd.conf b/conf.d/charts.d/apcupsd.conf
index f8bf7ed60..679c0d61b 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