summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2015-03-15 15:10:09 +0100
committermh <mh@immerda.ch>2015-03-15 15:10:09 +0100
commit4bad7d07bdefaa88df8b80a9b8bf31119e1449d3 (patch)
tree44832874502689fa0df319472e966fad1b767aa1 /files
parenta7599e6308ad6c2ca7b3e19fd3364694e9fd6f9c (diff)
have them all in the same category
Diffstat (limited to 'files')
-rw-r--r--files/munin/tor_openfds2
1 files changed, 1 insertions, 1 deletions
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;
}