mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix spelling mistakes in comments and descriptions
Thanks, codespell!
This commit is contained in:
parent
561da1a3f1
commit
8713eb3722
162 changed files with 248 additions and 248 deletions
|
@ -13,7 +13,7 @@ class HookboxPlugin(MuninPlugin):
|
|||
title = 'hookbox'
|
||||
args = "--base 1000"
|
||||
vlabel = "Y"
|
||||
info = "Subscibed users"
|
||||
info = "Subscribed users"
|
||||
scale = False
|
||||
|
||||
def get_channels(self):
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
|
||||
# yyyy/mm/dd v author changelog:
|
||||
# 2008/01/15 v0.02 Lothar Schmidt added alternetive retrievers, stream name substitution
|
||||
# 2008/01/15 v0.02 Lothar Schmidt added alternative retrievers, stream name substitution
|
||||
# 2008/01/15 v0.01 Lothar Schmidt initial version, email: l.make.a.noise.here@scarydevilmonastery.net
|
||||
|
||||
|
||||
|
@ -87,7 +87,7 @@ graph_vlabel ${GRAPH}
|
|||
EOF
|
||||
for (( I=2 ; I<LASTSTREAM ; I+=3 )) ; do
|
||||
STREAM="${STREAMS[I]##*/}" # stream name
|
||||
STREAMNAME="${!STREAM:-$STREAM}" # substitute against our own desciption, if available
|
||||
STREAMNAME="${!STREAM:-$STREAM}" # substitute against our own description, if available
|
||||
cat << EOF
|
||||
${STREAM}.label $STREAMNAME
|
||||
${STREAM}.draw $STYLE
|
||||
|
|
|
@ -57,7 +57,7 @@ Version # $Rev: 7 $
|
|||
|
||||
The resetting is done only when the minute is 00 and the hour is 00
|
||||
if the script is running to late because of heavy load or when other
|
||||
plungins are running to long, the emptiness of the table is not guarantied
|
||||
plungins are running too long, the emptiness of the table is not guaranteed
|
||||
|
||||
This plugin is in heavy development
|
||||
expect all but functionality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue