mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Category Tree: Reduce number of categories
memcached -> memory (memcached)
This commit is contained in:
parent
8d9fe5bdde
commit
78b99b8595
15 changed files with 33 additions and 33 deletions
|
@ -11,7 +11,7 @@ if ($cmd eq 'config') {
|
|||
print "graph_title Memcached network traffic\n";
|
||||
print "graph_args --base 1000 -l 0\n";
|
||||
print "graph_vlabel bits per \${graph_period}\n";
|
||||
print "graph_category memcached\n";
|
||||
print "graph_category memory\n";
|
||||
print "graph_info This graph monitors the network traffic of the memcached server.\n";
|
||||
print "up.label bits in\n";
|
||||
print "up.info Traffic received by memcached\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue