mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 17:15:11 +02:00
fix(purestorage-flasharray-v2-restapi): fixed wrong option filter-resolution in arrays and volumes mode (#5472)
Refs: CTOR-1218
This commit is contained in:
commit
635401745c
@ -262,10 +262,10 @@ Filter arrays by ID (can be a regexp).
|
||||
|
||||
Filter arrays by name (can be a regexp).
|
||||
|
||||
=item B<--filter-resolution>
|
||||
=item B<--perf-resolution>
|
||||
|
||||
Time resolution for array performance.
|
||||
Can be: 1s, 30s, 5m, 30m, 2h, 8h, 24h (default: 5m).
|
||||
Can be: C<1s>, C<30s>, C<5m>, C<30m>, C<2h>, C<8h>, C<24h> (default: C<5m>).
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
|
@ -245,10 +245,10 @@ Filter volumes by ID (can be a regexp).
|
||||
|
||||
Filter volumes by name (can be a regexp).
|
||||
|
||||
=item B<--filter-resolution>
|
||||
=item B<--perf-resolution>
|
||||
|
||||
Time resolution for array performance.
|
||||
Can be: 1s, 30s, 5m, 30m, 2h, 8h, 24h (default: 5m).
|
||||
Time resolution for volumes performance.
|
||||
Can be: C<1s>, C<30s>, C<5m>, C<30m>, C<2h>, C<8h>, C<24h> (default: C<5m>).
|
||||
|
||||
=item B<--warning-*> B<--critical-*>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user