summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/config/go.d/redis.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/config/go.d/redis.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/config/go.d/redis.conf b/src/go/collectors/go.d.plugin/config/go.d/redis.conf
new file mode 100644
index 000000000..f06742d6d
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/config/go.d/redis.conf
@@ -0,0 +1,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'