summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-26 10:56:17 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-12-26 10:56:17 +0200
commitb86658b62a4a15f936db98a848c7bee8fe1bab0f (patch)
tree9724c51ee97539c9873af95476984d6ad3a828e6 /conf.d/python.d
parent43d00650c4f8002264113317dd5c85bf25e4a73b (diff)
fixed typos and formating of isc_dhcpd.conf file; #1424
Diffstat (limited to 'conf.d/python.d')
-rw-r--r--conf.d/python.d/isc_dhcpd.conf30
1 files changed, 16 insertions, 14 deletions
diff --git a/conf.d/python.d/isc_dhcpd.conf b/conf.d/python.d/isc_dhcpd.conf
index 9f39889859..7c8fe3cebd 100644
--- a/conf.d/python.d/isc_dhcpd.conf
+++ b/conf.d/python.d/isc_dhcpd.conf
@@ -54,23 +54,25 @@
# priority: 60000 # the JOB's order on the dashboard
# retries: 5 # the JOB's number of restoration attempts
#
-# Additionally to the above, nginx_log also supports the following:
+# Additionally to the above, isc_dhcpd supports the following:
#
-# leases_path: 'PATH' # the path to openvpn status log file
-# pools: 'dhcpd pools list' # Pools in CIDR format
-#-------------------------------------------------------------------------------------------------------------------
+# leases_path: 'PATH' # the path to dhcpd.leases file
+# pools: 'dhcpd pools list' # Pools in CIDR format
+#
+#-----------------------------------------------------------------------
# IMPORTANT notes
-# 1. Make sure leases file is readable by netdata
-# 2. Current implementation will work only with 'default' db-time-format (weekday year/month/day hour:minute:second).
-# Since its default it will work in most cases. But be aware.
-# 3. Pools MUST BE in CIDR format
#
-#--------------------------------------------------------------------------------------------------------------------
-# AUTO-DETECTION JOBS
-# only one of them will run (they have the same name)
+# 1. Make sure leases file is readable by netdata.
+# 2. Current implementation works only with 'default' db-time-format
+# (weekday year/month/day hour:minute:second).
+# This is the default, so it will work in most cases.
+# 3. Pools MUST BE in CIDR format.
#
-#-------------------------------------------------------------------------------------------------------------------
+#-----------------------------------------------------------------------
+# AUTO-DETECTION JOBS
+# This is disabled by default.
+# To enable it, uncomment the following.
#
#leases:
-# leases_path: '/var/lib/dhcp/dhcpd.leases'
-# pools: '192.168.3.0/24 192.168.4.0/24 192.168.5.0/24'
+# leases_path : '/var/lib/dhcp/dhcpd.leases'
+# pools : '192.168.3.0/24 192.168.4.0/24 192.168.5.0/24'