]> arthur.barton.de Git - netdata.git/commitdiff
add information about squid configuration
authorCosta Tsaousis <costa@tsaousis.gr>
Sat, 16 Jul 2016 01:44:58 +0000 (04:44 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Sat, 16 Jul 2016 01:44:58 +0000 (04:44 +0300)
conf.d/python.d/squid.conf

index a07f841a5e04c1e49d2d0fc7c990307fbf846587..27800bde7dcf3ec1f5e3e06ff71fa9d18d767a3b 100644 (file)
 #     request: 'URL'            # the URL to request from squid
 #
 
+# ----------------------------------------------------------------------
+# SQUID CONFIGURATION
+#
+# See:
+# http://wiki.squid-cache.org/Features/CacheManager
+#
+# In short, add to your squid configuration these:
+#
+# http_access allow localhost manager
+# http_access deny manager
+#
+# To remotely monitor a squid:
+#
+# acl managerAdmin src 192.0.2.1
+# http_access allow localhost manager
+# http_access allow managerAdmin manager
+# http_access deny manager
+#
+
 # ----------------------------------------------------------------------
 # AUTO-DETECTION JOBS
 # only one of them will run (they have the same name)