Skip to content

Commit b9fca56

Browse files
committed
add modes to plugins
1 parent fdbdb7e commit b9fca56

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/en/docs/plugins/check_mssql_health.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ check_mssql_health is a plugin, which is used to monitor different parameters of
4242
* --dbthresholds
4343
With this parameter thresholds are read from the database table check_mssql_health_thresholds
4444

45-
### Modi ###
45+
### Modes ###
4646

4747
| Keyword | Meaning | Threshold range
4848
|---------|---------|----------------|

content/en/docs/plugins/check_mysql_health.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Password of the database user.
2222
* \--database
2323
The database the plugin will connect to. Default: information_schema.
2424
* \--mode
25-
With the mode-parameter you tell the plugin what it should do. See the list of possible values further down.
25+
With the mode-parameter you tell the plugin what it should do. See list below for possible values.
2626
* \--name
2727
Here the check can be limited to a single object. (Momentarily this parameter is only used for mode=sql)
2828
* \--name2
@@ -38,7 +38,7 @@ With this parameter you tell the plugin how it should connect to the database. (
3838
* \--units <%|KB|MB|GB>
3939
The declaration from units serves the "beautification" of the output from mode=sql
4040

41-
Use the option \--mode with various keywords to tell the Plugin which values it should determine and check.
41+
### Modes ###
4242

4343
| Keyword | Description | Range |
4444
|---------|-------------|--------------|

content/en/docs/plugins/check_oracle_health.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ check_oracle_health is a plugin to check various parameters of an Oracle databas
2727
* --connect=sysdba@ Login with / as sysdba (if the user that executes the plugin is privileged to do this)
2828
* --connect=/@token Login with help of the Password Store (assumes --method=sqlplus)
2929
* --mode
30-
With the mode-parameter you tell the plugin what it should do. See the list of possible values further down.
30+
With the mode-parameter you tell the plugin what it should do. See list below for possible values.
3131
* --tablespace
3232
With this you can limit the check of a single tablespace. If this parameter is omitted all tablespaces are checked.
3333
* --datafile
@@ -53,7 +53,7 @@ check_oracle_health is a plugin to check various parameters of an Oracle databas
5353
* --statefilesdir This parameter tells the plugin not do use the default directory for temporary files, but a user-specified one. It can be important in a clustered environment with shared filesystems.
5454
* --morphmessage This parameter allows subsequently changing the plugin output.
5555

56-
Use the option --mode with various keywords to tell the Plugin which values it should determine and check.
56+
### Modes ###
5757

5858
| Keyword | Description | Range
5959
|---------|-------------|--------------|

0 commit comments

Comments
 (0)