]> arthur.barton.de Git - netdata.git/commitdiff
fixed typos and formating of isc_dhcpd.conf file; #1424
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 26 Dec 2016 08:56:17 +0000 (10:56 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Mon, 26 Dec 2016 08:56:17 +0000 (10:56 +0200)
conf.d/python.d/isc_dhcpd.conf

index 9f39889859ccc9548f4ab7769816d6b44237fd0e..7c8fe3cebda4d1716b2aa69ad90cfea9a26e2fc6 100644 (file)
 #     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'