summaryrefslogtreecommitdiffstats
path: root/collectors/python.d.plugin/tor
diff options
context:
space:
mode:
Diffstat (limited to 'collectors/python.d.plugin/tor')
-rw-r--r--collectors/python.d.plugin/tor/README.md2
-rw-r--r--collectors/python.d.plugin/tor/tor.conf2
2 files changed, 4 insertions, 0 deletions
diff --git a/collectors/python.d.plugin/tor/README.md b/collectors/python.d.plugin/tor/README.md
index 3e7b8997a..b57d77c08 100644
--- a/collectors/python.d.plugin/tor/README.md
+++ b/collectors/python.d.plugin/tor/README.md
@@ -41,10 +41,12 @@ priority : 60000
local_tcp:
name: 'local'
control_port: 9051
+ password: <password> # if required
local_socket:
name: 'local'
control_port: '/var/run/tor/control'
+ password: <password> # if required
```
### prerequisite
diff --git a/collectors/python.d.plugin/tor/tor.conf b/collectors/python.d.plugin/tor/tor.conf
index 91b517a62..bf09b21fe 100644
--- a/collectors/python.d.plugin/tor/tor.conf
+++ b/collectors/python.d.plugin/tor/tor.conf
@@ -71,7 +71,9 @@
# local_tcp:
# name: 'local'
# control_port: 9051
+# password: <password>
#
# local_socket:
# name: 'local'
# control_port: '/var/run/tor/control'
+# password: <password>