1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-03 22:58:20 +00:00

Revert "Change category of currency-related plugins from 'other' to 'htc'"

This reverts commit a48cf87333.

see the discussion:
 https://github.com/munin-monitoring/contrib/pull/855
(the term 'htc' is probably too unknown and not really suitable)
This commit is contained in:
Lars Kruse 2017-07-03 00:02:08 +02:00
parent a48cf87333
commit d6dcc5d379
6 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ if command == 'config':
print "graph_title Slush Hashrate"
print "graph_args --upper-limit 3000 -l 0"
print "graph_vlabel MHash/s"
print "graph_category htc"
print "graph_category other"
for worker in workers:
label = worker.replace(".","_")
print label + ".label " +label