mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Info of shares graph fixed
This commit is contained in:
parent
8dcd1caa64
commit
5ff95fb5b2
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue