aboutsummaryrefslogtreecommitdiff
path: root/utils/munin_plugins/alt_blocks_count
diff options
context:
space:
mode:
Diffstat (limited to 'utils/munin_plugins/alt_blocks_count')
-rw-r--r--utils/munin_plugins/alt_blocks_count15
1 files changed, 15 insertions, 0 deletions
diff --git a/utils/munin_plugins/alt_blocks_count b/utils/munin_plugins/alt_blocks_count
new file mode 100644
index 000000000..38d091aed
--- /dev/null
+++ b/utils/munin_plugins/alt_blocks_count
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+case $1 in
+ config)
+ cat <<'EOM'
+graph_title alt_blocks_count
+graph_vlabel alt_blocks_count
+graph_category bytecoin
+alt_blocks_count.label alt_blocks_count
+EOM
+ exit 0;;
+esac
+
+printf "alt_blocks_count.value "
+/home/user/bytecoin_bin/connectivity_tool --ip=127.0.0.1 --rpc_port=8081 --timeout=1000 --rpc_get_daemon_info | grep alt_blocks_count | cut -d ' ' -f2