Merge pull request #9763 from Icinga/Al2Klimov-patch-6

Doc: don't mix up check_mysql and check_disk
This commit is contained in:
Alexander Aleksandrovič Klimov 2023-05-20 09:42:57 +02:00 committed by GitHub
commit 8fe957bc26
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 The plugin path and all command arguments are made a list of
double-quoted string arguments for proper shell escaping. 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 all available options. Our example defines warning (`-w`) and
critical (`-c`) thresholds for the disk usage. Without any critical (`-c`) thresholds.
partition defined (`-p`) it will check all local partitions.
``` ```
icinga@icinga2 $ /usr/lib64/nagios/plugins/check_mysql --help icinga@icinga2 $ /usr/lib64/nagios/plugins/check_mysql --help