mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +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
|
@ -22,7 +22,7 @@
|
|||
|
||||
=head1 ENVIRONMENT VARIABLES
|
||||
|
||||
env.exclude - file system(s) to exclude seperated by white-space.
|
||||
env.exclude - file system(s) to exclude separated by white-space.
|
||||
example: env.exclude autofs
|
||||
default: none
|
||||
|
||||
|
@ -53,11 +53,11 @@ name_regexp='/^vopstats_(?![0-9a-f]{7})[a-z]/' # data source of fsstat
|
|||
|
||||
# Set graph settings
|
||||
global_attr="
|
||||
graph_title File system statictics - I/O throughput
|
||||
graph_title File system statistics - I/O throughput
|
||||
graph_category disk
|
||||
graph_args --base 1024
|
||||
graph_vlabel Bytes per second write (-) / read (+)
|
||||
graph_info File system statictics - I/O throughput
|
||||
graph_info File system statistics - I/O throughput
|
||||
"
|
||||
data_in=read_bytes
|
||||
data_out=write_bytes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue