]> arthur.barton.de Git - netdata.git/commitdiff
rename squid jobs properly
authorCosta Tsaousis <costa@localhost.localdomain>
Sat, 16 Jul 2016 01:39:36 +0000 (04:39 +0300)
committerCosta Tsaousis <costa@localhost.localdomain>
Sat, 16 Jul 2016 01:39:36 +0000 (04:39 +0300)
conf.d/python.d/squid.conf

index 484103dd12385978c29e3f7f408b65f309d54378..a07f841a5e04c1e49d2d0fc7c990307fbf846587 100644 (file)
 # AUTO-DETECTION JOBS
 # only one of them will run (they have the same name)
 
-tcp3128new:
+tcp3128old:
   name     : 'local'
   host     : 'localhost'
   port     : 3128
   request  : 'cache_object://localhost:3128/counters'
 
-tcp8080new:
+tcp8080old:
   name     : 'local'
   host     : 'localhost'
   port     : 8080
   request  : 'cache_object://localhost:3128/counters'
 
-tcp3128old:
+tcp3128new:
   name     : 'local'
   host     : 'localhost'
   port     : 3128
   request  : '/squid-internal-mgr/counters'
 
-tcp8080old:
+tcp8080new:
   name     : 'local'
   host     : 'localhost'
   port     : 8080
@@ -91,25 +91,25 @@ tcp8080old:
 
 # IPv4
 
-tcp3128newipv4:
+tcp3128oldipv4:
   name     : 'local'
   host     : '127.0.0.1'
   port     : 3128
   request  : 'cache_object://127.0.0.1:3128/counters'
 
-tcp8080newipv4:
+tcp8080oldipv4:
   name     : 'local'
   host     : '127.0.0.1'
   port     : 8080
   request  : 'cache_object://127.0.0.1:3128/counters'
 
-tcp3128oldipv4:
+tcp3128newipv4:
   name     : 'local'
   host     : '127.0.0.1'
   port     : 3128
   request  : '/squid-internal-mgr/counters'
 
-tcp8080oldipv4:
+tcp8080newipv4:
   name     : 'local'
   host     : '127.0.0.1'
   port     : 8080
@@ -117,25 +117,25 @@ tcp8080oldipv4:
 
 # IPv6
 
-tcp3128newipv6:
+tcp3128oldipv6:
   name     : 'local'
   host     : '::1'
   port     : 3128
   request  : 'cache_object://[::1]:3128/counters'
 
-tcp8080newipv6:
+tcp8080oldipv6:
   name     : 'local'
   host     : '::1'
   port     : 8080
   request  : 'cache_object://[::1]:3128/counters'
 
-tcp3128oldipv6:
+tcp3128newipv6:
   name     : 'local'
   host     : '::1'
   port     : 3128
   request  : '/squid-internal-mgr/counters'
 
-tcp8080oldipv6:
+tcp8080newipv6:
   name     : 'local'
   host     : '::1'
   port     : 8080