fix fmc help (#2365)

This commit is contained in:
qgarnier 2020-11-23 11:24:55 +01:00 committed by GitHub
parent f72918941b
commit 0510d0ee6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -188,17 +188,17 @@ Filter devices by domain name (Can be a regexp).
Filter devices by name (Can be a regexp).
=item B<--unknown-status>
=item B<--unknown-device-status>
Set unknown threshold for status.
Can used special variables like: %{status}, %{name}
=item B<--warning-status>
=item B<--warning-device-status>
Set warning threshold for status (Default: '%{status} =~ /yellow/i').
Can used special variables like: %{status}, %{name}
=item B<--critical-status>
=item B<--critical-device-status>
Set critical threshold for status (Default: '%{status} =~ /red|black/i').
Can used special variables like: %{status}, %{name}