Doc: don't mix up check_mysql and check_disk

This commit is contained in:
Alexander Aleksandrovič Klimov 2023-05-17 15:21:53 +02:00 committed by GitHub
parent 3276cc9412
commit 23e50a1f64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -1922,10 +1922,9 @@ into the [PluginDir](04-configuration.md#constants-conf) directory. The followin
The plugin path and all command arguments are made a list of
double-quoted string arguments for proper shell escaping.
Call the `check_disk` plugin with the `--help` parameter to see
Call the `check_mysql` plugin with the `--help` parameter to see
all available options. Our example defines warning (`-w`) and
critical (`-c`) thresholds for the disk usage. Without any
partition defined (`-p`) it will check all local partitions.
critical (`-c`) thresholds.
```
icinga@icinga2 $ /usr/lib64/nagios/plugins/check_mysql --help