summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/redis.conf
blob: f06742d6d077e3454b9afe7c9fbe0a3ba8a2e315 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## All available configuration options, their descriptions and default values:
## https://github.com/netdata/netdata/tree/master/src/go/collectors/go.d.plugin/modules/redis#readme

jobs:
  - name: local
    address: 'unix://@/tmp/redis.sock'

  - name: local
    address: 'unix://@/var/run/redis/redis.sock'

  - name: local
    address: 'unix://@/var/lib/redis/redis.sock'