]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d/squid.conf
typo
[netdata.git] / conf.d / python.d / squid.conf
1 # Example configuration of squid.chart.py
2 # YAML format
3
4 update_every: 1
5 retries: 10
6
7 tcp1:
8   name     : 'local'
9   host:    : 'localhost'
10   port     : 3128
11   request  : 'cache_object://localhost:3128/counters'
12
13 tcp2:
14   name     : 'local'
15   host:    : 'localhost'
16   port     : 8080
17   request  : 'cache_object://localhost:3128/counters'
18
19 tcp3:
20   name     : 'local'
21   host:    : 'localhost'
22   port     : 3128
23   request  : '/squid-internal-mgr/counters'
24
25 tcp4:
26   name     : 'local'
27   host:    : 'localhost'
28   port     : 8080
29   request  : '/squid-internal-mgr/counters'
30