1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Merge pull request #975 from wodry/patch-2

Remove quotes in plugin env parameters
This commit is contained in:
Lars Kruse 2019-06-02 23:35:27 +02:00 committed by GitHub
commit 2f6da6fbb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,23 +27,23 @@ The default configuration is below
[tor_*]
user toranon # or any other user/group that is running tor
group toranon
env.torcachefile 'munin_tor_country_stats.json'
env.torconnectmethod 'port'
env.torgeoippath '/usr/share/GeoIP/GeoIP.dat'
env.torcachefile munin_tor_country_stats.json
env.torconnectmethod port
env.torgeoippath /usr/share/GeoIP/GeoIP.dat
env.tormaxcountries 15
env.torport 9051
env.torsocket '/var/run/tor/control'
env.torsocket /var/run/tor/control
To make it connect through a socket modify this way
[tor_*]
user toranon # or any other user/group that is running tor
group toranon
env.torcachefile 'munin_tor_country_stats.json'
env.torconnectmethod 'socket'
env.torgeoippath '/usr/share/GeoIP/GeoIP.dat'
env.torcachefile munin_tor_country_stats.json
env.torconnectmethod socket
env.torgeoippath /usr/share/GeoIP/GeoIP.dat
env.tormaxcountries 15
env.torport 9051
env.torsocket '/var/run/tor/control'
env.torsocket /var/run/tor/control
=head1 COPYRIGHT
MIT License