Skip to content

Commit

Permalink
utils/munin_plugins: removed remaining references to bitnote
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarshall108 committed Apr 18, 2018
1 parent 448623e commit a051825
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions utils/munin_plugins/alt_blocks_count
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ case $1 in
cat <<'EOM'
graph_title alt_blocks_count
graph_vlabel alt_blocks_count
graph_category bitnote
graph_category cryonote
alt_blocks_count.label alt_blocks_count
EOM
exit 0;;
esac

printf "alt_blocks_count.value "
/home/user/bitnote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep alt_blocks_count | cut -d ' ' -f2
/home/user/cryonote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep alt_blocks_count | cut -d ' ' -f2
4 changes: 2 additions & 2 deletions utils/munin_plugins/difficulty
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ case $1 in
cat <<'EOM'
graph_title difficulty
graph_vlabel difficulty
graph_category bitnote
graph_category cryonote
difficulty.label difficulty
EOM
exit 0;;
esac

printf "difficulty.value "
/home/user/bitnote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep difficulty | cut -d ' ' -f2
/home/user/cryonote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep difficulty | cut -d ' ' -f2
4 changes: 2 additions & 2 deletions utils/munin_plugins/grey_peerlist_size
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ case $1 in
cat <<'EOM'
graph_title grey_peerlist_size
graph_vlabel grey_peerlist_size
graph_category bitnote
graph_category cryonote
grey_peerlist_size.label grey_peerlist_size
EOM
exit 0;;
esac

printf "grey_peerlist_size.value "
/home/user/bitnote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep grey_peerlist_size | cut -d ' ' -f2
/home/user/cryonote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep grey_peerlist_size | cut -d ' ' -f2
4 changes: 2 additions & 2 deletions utils/munin_plugins/height
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ case $1 in
cat <<'EOM'
graph_title Height
graph_vlabel height
graph_category bitnote
graph_category cryonote
height.label height
height.type COUNTER
EOM
exit 0;;
esac

printf "height.value "
/home/user/bitnote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep height | cut -d ' ' -f2
/home/user/cryonote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep height | cut -d ' ' -f2
4 changes: 2 additions & 2 deletions utils/munin_plugins/incoming_connections_count
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ case $1 in
cat <<'EOM'
graph_title incoming_connections_count
graph_vlabel incoming_connections_count
graph_category bitnote
graph_category cryonote
incoming_connections_count.label incoming_connections_count
EOM
exit 0;;
esac

printf "incoming_connections_count.value "
/home/user/bitnote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep incoming_connections_count | cut -d ' ' -f2
/home/user/cryonote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep incoming_connections_count | cut -d ' ' -f2
4 changes: 2 additions & 2 deletions utils/munin_plugins/outgoing_connections_count
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ case $1 in
cat <<'EOM'
graph_title outgoing_connections_count
graph_vlabel outgoing_connections_count
graph_category bitnote
graph_category cryonote
outgoing_connections_count.label outgoing_connections_count
EOM
exit 0;;
esac

printf "outgoing_connections_count.value "
/home/user/bitnote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep outgoing_connections_count | cut -d ' ' -f2
/home/user/cryonote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep outgoing_connections_count | cut -d ' ' -f2
4 changes: 2 additions & 2 deletions utils/munin_plugins/tx_count
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ case $1 in
cat <<'EOM'
graph_title tx_count
graph_vlabel tx_count
graph_category bitnote
graph_category cryonote
tx_count.label tx_count
tx_count.type COUNTER
EOM
exit 0;;
esac

printf "tx_count.value "
/home/user/bitnote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep tx_count| cut -d ' ' -f2
/home/user/cryonote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep tx_count| cut -d ' ' -f2
4 changes: 2 additions & 2 deletions utils/munin_plugins/tx_pool_size
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ case $1 in
cat <<'EOM'
graph_title tx_pool_size
graph_vlabel tx_pool_size
graph_category bitnote
graph_category cryonote
tx_pool_size.label tx_pool_size
EOM
exit 0;;
esac

printf "tx_pool_size.value "
/home/user/bitnote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep tx_pool_size| cut -d ' ' -f2
/home/user/cryonote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep tx_pool_size| cut -d ' ' -f2
4 changes: 2 additions & 2 deletions utils/munin_plugins/white_peerlist_size
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ case $1 in
cat <<'EOM'
graph_title white_peerlist_size
graph_vlabel white_peerlist_size
graph_category bitnote
graph_category cryonote
white_peerlist_size.label white_peerlist_size
EOM
exit 0;;
esac

printf "white_peerlist_size.value "
/home/user/bitnote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep white_peerlist_size | cut -d ' ' -f2
/home/user/cryonote_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep white_peerlist_size | cut -d ' ' -f2

0 comments on commit a051825

Please sign in to comment.