fix options (#5527)

Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198>
This commit is contained in:
Lucie Dubrunfaut 2025-04-01 16:38:50 +02:00 committed by GitHub
parent 035e018397
commit f2142d2485
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,21 +214,27 @@ Check switch usage through Fortigate Switch Controller.
=over 8
=item B<--warning-*>
=item B<--warning-cpu>
Warning threshold.
Can be: 'cpu' (%), 'memory' (%).
Warning threshold (%).
=item B<--critical-*>
=item B<--critical-cpu>
Critical threshold.
Can be: 'cpu' (%), 'memory' (%).
Critical threshold (%).
=item B<--warning-memory>
Warning threshold (%).
=item B<--critical-memory>
Critical threshold (%).
=item B<--filter-name>
Filter by switch name (can be a regexp).
=item B<--filter-IP>
=item B<--filter-ip>
Filter by switch IP (can be a regexp).