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
|
@ -100,7 +100,7 @@ $sth_curr->execute();
|
|||
my ($read_hitratio) = $sth_curr->fetchrow();
|
||||
print "read_hitratio.value $read_hitratio\n";
|
||||
|
||||
#libray hit ratio
|
||||
#library hit ratio
|
||||
$sql_curr = "select sum(lc.pins)/(sum(lc.pins)+sum(lc.reloads))*100 \
|
||||
from v\$librarycache lc";
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@
|
|||
example: env.exclude_module asmusage tablespace
|
||||
default: asmusage
|
||||
|
||||
Module name(s) to exclude seperated by white-space.
|
||||
Module name(s) to exclude separated by white-space.
|
||||
By default, asmusage module is excluded because another privilege
|
||||
is necessary to connect ASM instance.
|
||||
|
||||
|
@ -91,7 +91,7 @@
|
|||
example: env.include_module asmusage
|
||||
default: none
|
||||
|
||||
Module name(s) to include seperated by white-space.
|
||||
Module name(s) to include separated by white-space.
|
||||
If both include_module and exclude_module are set, exclude will be
|
||||
ignored.
|
||||
|
||||
|
@ -518,7 +518,7 @@ global_attrs[$key]="
|
|||
graph_category db
|
||||
graph_args --base 1000 --lower-limit 0 --rigid
|
||||
graph_vlabel microseconds
|
||||
graph_info Oracle Wait Events - It may look wierd that Y-axis indicates 'microseconds per second'. Although number of times of wait event looks easier to understand, in many cases the number of events does not matter, but wait time become more important to analyze bottle necks.
|
||||
graph_info Oracle Wait Events - It may look weird that Y-axis indicates 'microseconds per second'. Although number of times of wait event looks easier to understand, in many cases the number of events does not matter, but wait time become more important to analyze bottle necks.
|
||||
"
|
||||
data_attrs[$key]=""
|
||||
getfield_func[$key]=getfield_eventwait
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue