From 4bad7d07bdefaa88df8b80a9b8bf31119e1449d3 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 15 Mar 2015 15:10:09 +0100 Subject: have them all in the same category --- files/munin/tor_openfds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/munin/tor_openfds b/files/munin/tor_openfds index 69f63bc..dbf57cd 100644 --- a/files/munin/tor_openfds +++ b/files/munin/tor_openfds @@ -11,7 +11,7 @@ if ($ARGV[0] and $ARGV[0] =~ /^\s*config\s*$/i) print "graph_title Open file descriptors for Tor\n"; print "graph_args --base 1000 -l 0\n"; print "graph_vlabel open FDs\n"; - print "graph_category network\n"; + print "graph_category Tor\n"; print "count.label TorFDs\n"; exit 0; } -- cgit v1.2.3