Fixing "[CRITICAL] There is no check named 'job'"
This commit is contained in:
Marianne Spiller 2019-04-11 16:49:35 +02:00 committed by GitHub
parent 2c4d492d97
commit ef2ecf1f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class HealthCommand extends Command
* OPTIONS
*
* --check <name> Run only a specific set of checks
* valid names: config, sync, import, job, deployment
* valid names: config, sync, import, jobs, deployment
* --db <name> Use a specific Icinga Web DB resource
* --watch <seconds> Refresh every <second>. For interactive use only
*/