diff options
| author | Antonio Juarez <antonio.maria.juarez@live.com> | 2014-03-20 11:46:11 +0000 |
|---|---|---|
| committer | Antonio Juarez <antonio.maria.juarez@live.com> | 2014-03-20 11:46:11 +0000 |
| commit | 8efa1313f3614f34ac0bac947314bb53e9a2412b (patch) | |
| tree | 2752f8e6dfbb75bc53d56ea422482a8ec5870ffa /utils | |
| parent | 296ae46ed8f8f6e5f986f978febad302e3df231a (diff) | |
| download | monzero-core-8efa1313f3614f34ac0bac947314bb53e9a2412b.tar.gz monzero-core-8efa1313f3614f34ac0bac947314bb53e9a2412b.tar.xz monzero-core-8efa1313f3614f34ac0bac947314bb53e9a2412b.zip | |
some fixes
Diffstat (limited to 'utils')
| -rw-r--r-- | utils/munin_plugins/height | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/munin_plugins/height b/utils/munin_plugins/height index eaa9e3e1b..d9f9aabd0 100644 --- a/utils/munin_plugins/height +++ b/utils/munin_plugins/height @@ -13,4 +13,4 @@ EOM esac printf "height.value " -/home/user/bytecoin_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep hight | cut -d ' ' -f2 +/home/user/bytecoin_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep height | cut -d ' ' -f2 |
