mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
Category Tree: Reduce number of categories
This commit is contained in:
parent
bb64fcbc55
commit
62560fae23
11 changed files with 43 additions and 24 deletions
|
@ -183,7 +183,7 @@ $graphs{items} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => 'Items in Memcached',
|
||||
category => 'memcached global items',
|
||||
category => 'memcached',
|
||||
title => 'Items',
|
||||
info => 'Number of items in use by memcached',
|
||||
},
|
||||
|
@ -197,7 +197,7 @@ $graphs{memory} = {
|
|||
config => {
|
||||
args => '--base 1024 --lower-limit 0',
|
||||
vlabel => 'Bytes Used',
|
||||
category => 'memcached global memory',
|
||||
category => 'memcached',
|
||||
title => 'Memory Usage',
|
||||
info => 'Memory consumption of memcached',
|
||||
},
|
||||
|
@ -244,7 +244,7 @@ $graphs{commands} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => 'Commands per ${graph_period}',
|
||||
category => 'memcached global commands',
|
||||
category => 'memcached',
|
||||
title => 'Commands',
|
||||
info => 'Number of commands being handled by memcached',
|
||||
},
|
||||
|
@ -290,7 +290,7 @@ $graphs{evictions} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => 'Evictions per ${graph_period}',
|
||||
category => 'memcached global evictions',
|
||||
category => 'memcached',
|
||||
title => 'Evictions',
|
||||
info => 'Number of evictions per second',
|
||||
},
|
||||
|
@ -308,7 +308,7 @@ $graphs{unfetched} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => 'Unfetched Items per ${graph_period}',
|
||||
category => 'memcached global unfetched',
|
||||
category => 'memcached',
|
||||
title => 'Unfetched Items',
|
||||
info => 'Number of items that were never touched get/incr/append/etc before X occurred',
|
||||
},
|
||||
|
@ -324,7 +324,7 @@ $graphs{slabchnks} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => 'Available Chunks for this Slab',
|
||||
category => 'memcached slab chunk usage',
|
||||
category => 'memcached',
|
||||
title => 'Chunk Usage for Slab: ',
|
||||
info => 'This graph shows you the chunk usage for this memory slab.',
|
||||
},
|
||||
|
@ -339,7 +339,7 @@ $graphs{slabhits} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => 'Hits per Slab per ${graph_period}',
|
||||
category => 'memcached slab commands',
|
||||
category => 'memcached',
|
||||
title => 'Hits for Slab: ',
|
||||
info => 'This graph shows you the successful hit rate for this memory slab.',
|
||||
},
|
||||
|
@ -359,7 +359,7 @@ $graphs{slabevics} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => 'Evictions per Slab per ${graph_period}',
|
||||
category => 'memcached slab evictions',
|
||||
category => 'memcached',
|
||||
title => 'Evictions for Slab: ',
|
||||
info => 'This graph shows you the eviction rate for this memory slab.',
|
||||
},
|
||||
|
@ -377,7 +377,7 @@ $graphs{slabevictime} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => ' since Request for LEI',
|
||||
category => 'memcached slab eviction time',
|
||||
category => 'memcached',
|
||||
title => 'Eviction Request Time for Slab: ',
|
||||
info => 'This graph shows you the time since we requested the last evicted item',
|
||||
},
|
||||
|
@ -391,7 +391,7 @@ $graphs{slabitems} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => 'Items per Slab',
|
||||
category => 'memcached slab item count',
|
||||
category => 'memcached',
|
||||
title => 'Items in Slab: ',
|
||||
info => 'This graph shows you the number of items and reclaimed items per slab.',
|
||||
},
|
||||
|
@ -405,7 +405,7 @@ $graphs{slabitemtime} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => ' since item was stored',
|
||||
category => 'memcached slab item age',
|
||||
category => 'memcached',
|
||||
title => 'Age of Eldest Item in Slab: ',
|
||||
info => 'This graph shows you the time of the eldest item in this slab',
|
||||
},
|
||||
|
@ -418,7 +418,7 @@ $graphs{slabunfetched} = {
|
|||
config => {
|
||||
args => '--base 1000 --lower-limit 0',
|
||||
vlabel => 'Unfetched Items per ${graph_period}',
|
||||
category => 'memcached slab unfetched',
|
||||
category => 'memcached',
|
||||
title => 'Unfetched Items in Slab: ',
|
||||
info => 'Number of items that were never touched get/incr/append/etc before X occurred',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue