diff --git a/misc/munin/wormhole_transit_active b/misc/munin/wormhole_transit_active index 69a9678..b1c0650 100755 --- a/misc/munin/wormhole_transit_active +++ b/misc/munin/wormhole_transit_active @@ -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 diff --git a/misc/munin/wormhole_transit_bytes b/misc/munin/wormhole_transit_bytes index 5a3367b..0cfb7a8 100755 --- a/misc/munin/wormhole_transit_bytes +++ b/misc/munin/wormhole_transit_bytes @@ -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 diff --git a/misc/munin/wormhole_transit_bytes_alltime b/misc/munin/wormhole_transit_bytes_alltime index c3ef3d0..fba0208 100755 --- a/misc/munin/wormhole_transit_bytes_alltime +++ b/misc/munin/wormhole_transit_bytes_alltime @@ -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 diff --git a/misc/munin/wormhole_transit_events b/misc/munin/wormhole_transit_events index 2690cdf..429e17e 100755 --- a/misc/munin/wormhole_transit_events +++ b/misc/munin/wormhole_transit_events @@ -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 diff --git a/misc/munin/wormhole_transit_events_alltime b/misc/munin/wormhole_transit_events_alltime index 1d1f598..46b8050 100644 --- a/misc/munin/wormhole_transit_events_alltime +++ b/misc/munin/wormhole_transit_events_alltime @@ -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