mirror of
https://github.com/monero-project/monero.git
synced 2025-08-03 00:26:09 -04:00
remove connectivity tool, comment it out from munin plugins too
This commit is contained in:
parent
51a56e78ae
commit
287e88283c
12 changed files with 9 additions and 433 deletions
|
@ -42,4 +42,4 @@ EOM
|
|||
esac
|
||||
|
||||
printf "incoming_connections_count.value "
|
||||
/home/user/bitmonero/build/release/src/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep incoming_connections_count | cut -d ' ' -f2
|
||||
# rewrite using curl or similar: /home/user/bitmonero/build/release/src/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep incoming_connections_count | cut -d ' ' -f2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue