mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Info of shares graph fixed
This commit is contained in:
parent
8dcd1caa64
commit
5ff95fb5b2
@ -157,7 +157,7 @@ def write_config_worker():
|
||||
for i, val in enumerate(worker_data):
|
||||
print("worker" + str(i) + "_shares.label " + str(val["id"]))
|
||||
print("worker" + str(i) + "_shares.type COUNTER")
|
||||
print("worker" + str(i) + "_shares.info Rating of worker '" + str(val["id"]) + "'")
|
||||
print("worker" + str(i) + "_shares.info Accepted shares of worker '" + str(val["id"]) + "'")
|
||||
print("worker" + str(i) + "_shares.min 0")
|
||||
print("worker" + str(i) + "_shares.draw LINE1")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user