aboutsummaryrefslogtreecommitdiff
path: root/utils/munin_plugins/height
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-03-31 12:01:19 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-03-31 12:01:19 +0300
commitdf6026182ab1df95a07d01ad54481e7ebf2c69e7 (patch)
tree5b9813551c37b8ad30687e5c2aaae238d2119d5e /utils/munin_plugins/height
parent- testnet option added to api; (diff)
parentMerge pull request #770 (diff)
downloadmonero-df6026182ab1df95a07d01ad54481e7ebf2c69e7.tar.xz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'utils/munin_plugins/height')
-rw-r--r--utils/munin_plugins/height2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/munin_plugins/height b/utils/munin_plugins/height
index ca68b31b9..3f79fa302 100644
--- a/utils/munin_plugins/height
+++ b/utils/munin_plugins/height
@@ -43,4 +43,4 @@ EOM
esac
printf "height.value "
-/home/user/bitmonero/build/release/src/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep height | 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 height | cut -d ' ' -f2