1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Review and unify category assignments of plugins

This commit is contained in:
Lars Kruse 2018-08-01 23:56:56 +02:00
parent c8df9ab4e9
commit 33e95e6ff9
59 changed files with 99 additions and 100 deletions

View file

@ -63,7 +63,7 @@ if command == 'config':
print("graph_title Flypool {}".format(miner))
print("graph_info zcash.flypool.org Mining Pool Hashrate for {}_{}".format(zcash_address, miner))
print("graph_vlabel Flypool Hashrate")
print("graph_category other")
print("graph_category htc")
print("flypool_hs_{}_{}.warning 200:".format(zcash_address, miner))
print("flypool_hs_{}_{}.critical 100:".format(zcash_address, miner))
print("flypool_hs_{}_{}.label H/s:".format(zcash_address, miner))