1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00:00
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
This commit is contained in:
Veres Lajos 2014-12-04 23:37:42 +00:00
parent 8e18199f16
commit fba800ae52
119 changed files with 176 additions and 176 deletions

View file

@ -310,7 +310,7 @@ $graphs{unfetched} = {
vlabel => 'Unfetched Items per ${graph_period}',
category => 'memcached global unfetched',
title => 'Unfetched Items',
info => 'Number of items that were never touched get/incr/append/etc before X occured',
info => 'Number of items that were never touched get/incr/append/etc before X occurred',
},
datasrc => [
{ name => 'expired_unfetched', type => 'DERIVE', label => 'Expired Unfetched', min => '0',
@ -349,8 +349,8 @@ $graphs{slabhits} = {
{ name => 'delete_hits', label => 'Delete Requests', type => 'DERIVE', min => '0' },
{ name => 'incr_hits', label => 'Increment Requests', type => 'DERIVE', min => '0' },
{ name => 'decr_hits', label => 'Decrement Requests', type => 'DERIVE', min => '0' },
{ name => 'cas_hits', label => 'Sucessful CAS Requests', type => 'DERIVE', min => '0' },
{ name => 'cas_badval', label => 'UnSucessful CAS Requests', type => 'DERIVE', min => '0' },
{ name => 'cas_hits', label => 'Successful CAS Requests', type => 'DERIVE', min => '0' },
{ name => 'cas_badval', label => 'UnSuccessful CAS Requests', type => 'DERIVE', min => '0' },
{ name => 'touch_hits', label => 'Touch Requests', type => 'DERIVE', min => '0' },
],
};
@ -420,7 +420,7 @@ $graphs{slabunfetched} = {
vlabel => 'Unfetched Items per ${graph_period}',
category => 'memcached slab unfetched',
title => 'Unfetched Items in Slab: ',
info => 'Number of items that were never touched get/incr/append/etc before X occured',
info => 'Number of items that were never touched get/incr/append/etc before X occurred',
},
datasrc => [
{ name => 'expired_unfetched', type => 'DERIVE', label => 'Expired Unfetched', min => '0',