mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Fix some spelling mistakes
Thanks, codespell!
This commit is contained in:
parent
a1e346bcb7
commit
2c9121708a
22 changed files with 31 additions and 31 deletions
|
@ -125,7 +125,7 @@ if [[ "$1" == "config" ]]; then
|
|||
echo 'multigraph http_response_code'
|
||||
echo 'graph_args --base 1000 -l 0 -u 511'
|
||||
echo 'graph_title HTTP Response Codes'
|
||||
echo 'graph_vlabel Repsonse Code'
|
||||
echo 'graph_vlabel Response Code'
|
||||
echo 'graph_category network'
|
||||
echo 'graph_info This graph shows HTTP response code statistics'
|
||||
echo 'graph_printf %3.0lf'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue