1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +00:00

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

some categories were changed erroneously before:
  https://github.com/munin-monitoring/contrib/pull/855
This commit is contained in:
Lars Kruse 2017-07-02 19:28:15 +02:00
parent 388e42c535
commit a48cf87333
6 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ if command == 'config':
print "graph_title Slush Rewards"
print "graph_args -l 0"
print "graph_vlabel BTC"
print "graph_category other"
print "graph_category htc"
print "unconfirmed_reward.label Unconfirmed Reward"
print "estimated_reward.label Estimeated Reward"
print "confirmed_reward.label Confirmed Reward"