]> arthur.barton.de Git - netdata.git/blob - conf.d/python.d/redis.conf
7d8d2946fd074f73da9b57ff1839f150d8b11dc2
[netdata.git] / conf.d / python.d / redis.conf
1 # Example configuration of redis.chart.py
2 # YAML format
3
4 update_every: 1
5 retries: 10
6
7 socket:
8   name     : 'local'
9   socket   : '/tmp/redis.sock'
10
11 tcp:
12   name     : 'local'
13   host     : 'localhost'
14   port     : '6379'