mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 10:39:53 +00:00
plugin categories: other -> htc (crypto currencies)
This commit is contained in:
parent
9995f46c4a
commit
5a45d49760
7 changed files with 12 additions and 12 deletions
|
@ -70,7 +70,7 @@ def main():
|
||||||
return
|
return
|
||||||
|
|
||||||
if command == 'config':
|
if command == 'config':
|
||||||
print 'graph_category other'
|
print 'graph_category htc'
|
||||||
print 'graph_title Bitcoin %s' % labels[0]
|
print 'graph_title Bitcoin %s' % labels[0]
|
||||||
print 'graph_vlabel %s' % labels[1]
|
print 'graph_vlabel %s' % labels[1]
|
||||||
for label in line_labels:
|
for label in line_labels:
|
||||||
|
|
|
@ -28,7 +28,7 @@ if command == 'config':
|
||||||
print "graph_title BTCGuild Hashrate"
|
print "graph_title BTCGuild Hashrate"
|
||||||
print "graph_args --upper-limit 3000 -l 0"
|
print "graph_args --upper-limit 3000 -l 0"
|
||||||
print "graph_vlabel MHash/s"
|
print "graph_vlabel MHash/s"
|
||||||
print "graph_category other"
|
print "graph_category htc"
|
||||||
for worker in workers:
|
for worker in workers:
|
||||||
label = workers[worker]['worker_name']
|
label = workers[worker]['worker_name']
|
||||||
print label + ".label " + label
|
print label + ".label " + label
|
||||||
|
|
|
@ -25,7 +25,7 @@ if command == 'config':
|
||||||
print "graph_title Slush Hashrate"
|
print "graph_title Slush Hashrate"
|
||||||
print "graph_args --upper-limit 3000 -l 0"
|
print "graph_args --upper-limit 3000 -l 0"
|
||||||
print "graph_vlabel MHash/s"
|
print "graph_vlabel MHash/s"
|
||||||
print "graph_category other"
|
print "graph_category htc"
|
||||||
for worker in workers:
|
for worker in workers:
|
||||||
label = worker.replace(".","_")
|
label = worker.replace(".","_")
|
||||||
print label + ".label " +label
|
print label + ".label " +label
|
||||||
|
|
|
@ -24,7 +24,7 @@ if command == 'config':
|
||||||
print "graph_title Slush Rewards"
|
print "graph_title Slush Rewards"
|
||||||
print "graph_args -l 0"
|
print "graph_args -l 0"
|
||||||
print "graph_vlabel BTC"
|
print "graph_vlabel BTC"
|
||||||
print "graph_category other"
|
print "graph_category htc"
|
||||||
print "unconfirmed_reward.label Unconfirmed Reward"
|
print "unconfirmed_reward.label Unconfirmed Reward"
|
||||||
print "estimated_reward.label Estimeated Reward"
|
print "estimated_reward.label Estimeated Reward"
|
||||||
print "confirmed_reward.label Confirmed Reward"
|
print "confirmed_reward.label Confirmed Reward"
|
||||||
|
|
|
@ -72,7 +72,7 @@ if command == 'config':
|
||||||
print("graph_title Ethermine {}".format(miner))
|
print("graph_title Ethermine {}".format(miner))
|
||||||
print("graph_info ethermine.org Mining Pool Hashrate for {}_{}".format(eth_address, miner))
|
print("graph_info ethermine.org Mining Pool Hashrate for {}_{}".format(eth_address, miner))
|
||||||
print("graph_vlabel Ethermine Hashrate")
|
print("graph_vlabel Ethermine Hashrate")
|
||||||
print("graph_category other")
|
print("graph_category htc")
|
||||||
print("ethermine_mhs_{}_{}.warning 20:".format(eth_address, miner))
|
print("ethermine_mhs_{}_{}.warning 20:".format(eth_address, miner))
|
||||||
print("ethermine_mhs_{}_{}.critical 10:".format(eth_address, miner))
|
print("ethermine_mhs_{}_{}.critical 10:".format(eth_address, miner))
|
||||||
print("ethermine_mhs_{}_{}.label MH/s:".format(eth_address, miner))
|
print("ethermine_mhs_{}_{}.label MH/s:".format(eth_address, miner))
|
||||||
|
@ -111,4 +111,4 @@ for worker in workers:
|
||||||
if workers[worker]['worker'] == miner:
|
if workers[worker]['worker'] == miner:
|
||||||
hash_rate = workers[worker]['hashrate']
|
hash_rate = workers[worker]['hashrate']
|
||||||
hash_rate = hash_rate.replace(" MH/s", "")
|
hash_rate = hash_rate.replace(" MH/s", "")
|
||||||
print("ethermine_mhs_{}_{}.value {}".format(eth_address, miner, hash_rate))
|
print("ethermine_mhs_{}_{}.value {}".format(eth_address, miner, hash_rate))
|
||||||
|
|
|
@ -81,7 +81,7 @@ if command == 'config':
|
||||||
print("graph_title Ether {}".format(eth_address))
|
print("graph_title Ether {}".format(eth_address))
|
||||||
print("graph_info Ethereum Account Balance for Address {}".format(eth_address))
|
print("graph_info Ethereum Account Balance for Address {}".format(eth_address))
|
||||||
print("graph_vlabel Ethereum Balance")
|
print("graph_vlabel Ethereum Balance")
|
||||||
print("graph_category other")
|
print("graph_category htc")
|
||||||
print("wei_balance_{0}.cdef wei_balance_{0},1000000000000000000,/".format(eth_address))
|
print("wei_balance_{0}.cdef wei_balance_{0},1000000000000000000,/".format(eth_address))
|
||||||
print("wei_balance_{}.label ETH".format(eth_address))
|
print("wei_balance_{}.label ETH".format(eth_address))
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
|
@ -148,7 +148,7 @@ def write_config_worker():
|
||||||
print("graph_title Hashrate in Mh/s per worker ({0})".format(account_address))
|
print("graph_title Hashrate in Mh/s per worker ({0})".format(account_address))
|
||||||
print("graph_args --base 1000 -l 0")
|
print("graph_args --base 1000 -l 0")
|
||||||
print("graph_vlabel Mh/s")
|
print("graph_vlabel Mh/s")
|
||||||
print("graph_category other")
|
print("graph_category htc")
|
||||||
print("graph_scale no")
|
print("graph_scale no")
|
||||||
|
|
||||||
for val in worker_data:
|
for val in worker_data:
|
||||||
|
@ -166,7 +166,7 @@ def write_config_worker():
|
||||||
print("graph_title Hashrate in Mh/s of worker {0}".format(worker_name))
|
print("graph_title Hashrate in Mh/s of worker {0}".format(worker_name))
|
||||||
print("graph_args --base 1000 -l 0")
|
print("graph_args --base 1000 -l 0")
|
||||||
print("graph_vlabel Mh/s")
|
print("graph_vlabel Mh/s")
|
||||||
print("graph_category other")
|
print("graph_category htc")
|
||||||
print("graph_scale no")
|
print("graph_scale no")
|
||||||
print("whashrate.label hashrate")
|
print("whashrate.label hashrate")
|
||||||
print("whashrate.type GAUGE")
|
print("whashrate.type GAUGE")
|
||||||
|
@ -179,7 +179,7 @@ def write_config_worker():
|
||||||
print("graph_title Number of accepted shares ({0})".format(account_address))
|
print("graph_title Number of accepted shares ({0})".format(account_address))
|
||||||
print("graph_args --base 1000 -l 0")
|
print("graph_args --base 1000 -l 0")
|
||||||
print("graph_vlabel Shares per ${graph_period}")
|
print("graph_vlabel Shares per ${graph_period}")
|
||||||
print("graph_category other")
|
print("graph_category htc")
|
||||||
print("graph_scale no")
|
print("graph_scale no")
|
||||||
print("graph_period minute")
|
print("graph_period minute")
|
||||||
|
|
||||||
|
@ -198,7 +198,7 @@ def write_config_worker():
|
||||||
print("graph_title Number of accepted shares {0}".format(worker_name))
|
print("graph_title Number of accepted shares {0}".format(worker_name))
|
||||||
print("graph_args --base 1000 -l 0")
|
print("graph_args --base 1000 -l 0")
|
||||||
print("graph_vlabel Shares per ${graph_period}")
|
print("graph_vlabel Shares per ${graph_period}")
|
||||||
print("graph_category other")
|
print("graph_category htc")
|
||||||
print("graph_scale no")
|
print("graph_scale no")
|
||||||
print("graph_period minute")
|
print("graph_period minute")
|
||||||
print("wshares.label shares")
|
print("wshares.label shares")
|
||||||
|
@ -247,7 +247,7 @@ def write_config():
|
||||||
params = GRAPH_TYPES[graph_type]
|
params = GRAPH_TYPES[graph_type]
|
||||||
for item in params:
|
for item in params:
|
||||||
print("graph_title {0}".format(item["title"]))
|
print("graph_title {0}".format(item["title"]))
|
||||||
print("graph_category other")
|
print("graph_category htc")
|
||||||
if "info" in item:
|
if "info" in item:
|
||||||
print("graph_info {0}".format(item["info"]))
|
print("graph_info {0}".format(item["info"]))
|
||||||
if "scale" in item:
|
if "scale" in item:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue