diff options
author | Riccardo Spagni <ric@spagni.net> | 2016-03-25 14:52:19 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2016-03-25 14:52:19 +0200 |
commit | 287e88283cba79cf74b4282c76931713dc0ee9c2 (patch) | |
tree | 8ccdf79fc9c3d2c772e9f587529ac5898e863b0d /utils/munin_plugins/alt_blocks_count | |
parent | remove unecessary and bad std::move from portable_storage_template_helper.h (diff) | |
download | monero-287e88283cba79cf74b4282c76931713dc0ee9c2.tar.xz |
remove connectivity tool, comment it out from munin plugins too
Diffstat (limited to 'utils/munin_plugins/alt_blocks_count')
-rw-r--r-- | utils/munin_plugins/alt_blocks_count | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/munin_plugins/alt_blocks_count b/utils/munin_plugins/alt_blocks_count index d68289c34..cf6b3651b 100644 --- a/utils/munin_plugins/alt_blocks_count +++ b/utils/munin_plugins/alt_blocks_count @@ -42,4 +42,4 @@ EOM esac printf "alt_blocks_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 alt_blocks_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 alt_blocks_count | cut -d ' ' -f2 |