Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit d4acbdc

Browse files
committed
Fix README.md usage symlinks
1 parent 4aaeae4 commit d4acbdc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Then you have to copy the files where your munin installation expects them, and
2323
$ cd /somewhere/munin-tor
2424
$ # On CentOS for example
2525
$ cp tor_ /usr/share/munin/plugins
26-
$ ln -s /usr/share/munin/tor_ /etc/munin/plugins/tor_bandwidth
27-
$ ln -s /usr/share/munin/tor_ /etc/munin/plugins/tor_connections
28-
$ ln -s /usr/share/munin/tor_ /etc/munin/plugins/tor_countries
29-
$ ln -s /usr/share/munin/tor_ /etc/munin/plugins/tor_dormant
30-
$ ln -s /usr/share/munin/tor_ /etc/munin/plugins/tor_flags
31-
$ ln -s /usr/share/munin/tor_ /etc/munin/plugins/tor_routers
32-
$ ln -s /usr/share/munin/tor_ /etc/munin/plugins/tor_traffic
26+
$ ln -s /usr/share/munin/plugins/tor_ /etc/munin/plugins/tor_bandwidth
27+
$ ln -s /usr/share/munin/plugins/tor_ /etc/munin/plugins/tor_connections
28+
$ ln -s /usr/share/munin/plugins/tor_ /etc/munin/plugins/tor_countries
29+
$ ln -s /usr/share/munin/plugins/tor_ /etc/munin/plugins/tor_dormant
30+
$ ln -s /usr/share/munin/plugins/tor_ /etc/munin/plugins/tor_flags
31+
$ ln -s /usr/share/munin/plugins/tor_ /etc/munin/plugins/tor_routers
32+
$ ln -s /usr/share/munin/plugins/tor_ /etc/munin/plugins/tor_traffic
3333

3434
When this is done, you need to configure the way the tor plugin for munin will behave. There are several parameters that can be modified.
3535
In order to do this you have to create a file in /etc/munin/plugin-conf.d/tor or the equivalent location on your system. It has to be filled in this way.

0 commit comments

Comments
 (0)