munin: move all plugins under a new "wormhole" category, not "network"

This commit is contained in:
Brian Warner 2018-03-28 14:14:31 -07:00
parent faa8dba5e7
commit 0960cfa636
5 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ import os, sys, time, sqlite3
CONFIG = """\
graph_title Magic-Wormhole Transit Active Channels
graph_vlabel Channels
graph_category network
graph_category wormhole
waiting.label Transit Waiting
waiting.draw LINE1
waiting.type GAUGE

View File

@ -13,7 +13,7 @@ import os, sys, time, sqlite3
CONFIG = """\
graph_title Magic-Wormhole Transit Usage (since reboot)
graph_vlabel Bytes Since Reboot
graph_category network
graph_category wormhole
bytes.label Transit Bytes (complete)
bytes.draw LINE1
bytes.type GAUGE

View File

@ -13,7 +13,7 @@ import os, sys, time, sqlite3
CONFIG = """\
graph_title Magic-Wormhole Transit Usage (all time)
graph_vlabel Bytes Since DB Creation
graph_category network
graph_category wormhole
bytes.label Transit Bytes (complete)
bytes.draw LINE1
bytes.type GAUGE

View File

@ -13,7 +13,7 @@ import os, sys, time, sqlite3
CONFIG = """\
graph_title Magic-Wormhole Transit Server Events (since reboot)
graph_vlabel Events Since Reboot
graph_category network
graph_category wormhole
happy.label Happy
happy.draw LINE1
happy.type GAUGE

View File

@ -13,7 +13,7 @@ import os, sys, time, sqlite3
CONFIG = """\
graph_title Magic-Wormhole Transit Server Events (all time)
graph_vlabel Events
graph_category network
graph_category wormhole
happy.label Happy
happy.draw LINE1
happy.type GAUGE