mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections: plugins/mail/postfix_mail_stats recieved.label plugins/nginx/nginx_vhost_traffic
This commit is contained in:
parent
8e18199f16
commit
fba800ae52
119 changed files with 176 additions and 176 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue