Netdata Tor plugin configuration

92 Views Asked by At

Netdata mentions how to set up their tor plugin to be able to monitor traffic: https://learn.netdata.cloud/docs/agent/collectors/python.d.plugin/tor

However they do not detail how do you specify the password

How do you configure your control port for Netdata Tor plugin?

This is not enough:

local_tcp:
 name: 'local'
 control_port: 9051
1

There are 1 best solutions below

1
Hunor Kovács On BEST ANSWER

So i just guessed the config field name for password was:

local_tcp:
 name: 'local'
 control_port: 9051
 password: yourtorconfigportpassword

I'm Sherlock!