munin: tor1 #1046
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
domain inet.mgrote.net
tor plugins
https://munin-monitoring.org/faq#q-how-can-i-use-an-ssh-tunnel-to-connect-to-a-node
https://serverfault.com/questions/1150575/start-ssh-tunnel-on-server-startup
https://gallery.munin-monitoring.org/plugins/munin-contrib/tor_/
tor1 in munin aufnehmento munin: tor1apt install munin-node
visudo
dont ask password from mg
mg ALL=(ALL) NOPASSWD: ALL
dont ask password from munin
munin ALL=NOPASSWD: ALL
muninn node cnf
Which address to bind to;
host 127.0.0.1
munin-node-configure --shell --debug
munin-node-configure --shell --debug | sh -x
cd /usr/share/munin/plugins
wget https://raw.githubusercontent.com/munin-monitoring/contrib/refs/heads/master/plugins/tor/tor_
chmod +x tor_
/etc/munin/plugins
root@tor1:/etc/munin/plugins# ln -s /usr/share/munin/plugins/tor_ tor_bandwidth
root@tor1:/etc/munin/plugins# ln -s /usr/share/munin/plugins/tor_ tor_connections
root@tor1:/etc/munin/plugins# ln -s /usr/share/munin/plugins/tor_ tor_dormant
root@tor1:/etc/munin/plugins# ln -s /usr/share/munin/plugins/tor_ tor_flags
root@tor1:/etc/munin/plugins# ln -s /usr/share/munin/plugins/tor_ tor_routers
root@tor1:/etc/munin/plugins# ln -s /usr/share/munin/plugins/tor_ tor_traffic
/etc/munin/plugin-conf.d
root@tor1:/etc/munin/plugin-conf.d# cat tor
[tor_*]
user debian-tor
group debian-tor
env.torcachefile munin_tor_country_stats.json
env.torconnectmethod port
env.torport 9001
env.torsocket /var/run/tor/control
sudo apt install python3-pip
laptop/munin
ssh -L 127.0.0.1:5555:127.0.0.53:53 mg@tor1 -o ExitOnForwardFailure=yes
test locakl
dig @127.0.0.1 -p 5555 google.de +tcp +short
nyx, packe in hintergrund
ssh -L 127.0.0.1:5555:127.0.0.1:9001 -N mg@tor1 -o ExitOnForwardFailure=yes -
ssh -L ::: user@gerät