mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-23 13:45:18 +02:00
fix(storage::ibm::fs900::snmp): remove wrong default value all CTOR-544 (#5495)
Co-authored-by: Lucie Dubrunfaut <ldubrunfaut@CNTR-PORT-A198> Co-authored-by: omercier <32134301+omercier@users.noreply.github.com>
This commit is contained in:
parent
ab9af303e1
commit
35ea6cf02f
@ -79,8 +79,8 @@ Check hardware (batteries, fan modules, fibre channels, flashcards, power suppli
|
||||
|
||||
=item B<--component>
|
||||
|
||||
Which component to check (default: 'all').
|
||||
Can be: 'battery', 'fan', 'fibrechannel', 'flashcard', 'psu'.
|
||||
Which component to check (default: '.*').
|
||||
Can be: C<battery>, C<fan>, C<fibrechannel>, C<flashcard>, C<psu>.
|
||||
|
||||
=item B<--filter>
|
||||
|
||||
@ -89,7 +89,7 @@ You can also exclude items from specific instances: --filter=fan,1
|
||||
|
||||
=item B<--absent-problem>
|
||||
|
||||
Return an error if an entity is not 'notAvailable' (default is skipping) (comma separated list)
|
||||
Return an error if an entity is not C<notAvailable> (default is skipping) (comma separated list).
|
||||
Can be specific or global: --absent-problem=fan,2
|
||||
|
||||
=item B<--no-component>
|
||||
|
@ -75,6 +75,7 @@ eth
|
||||
ext4
|
||||
fanspeed
|
||||
FCCapacity
|
||||
fibre
|
||||
--filter-fs
|
||||
--filter-imei
|
||||
--filter-ppid
|
||||
|
Loading…
x
Reference in New Issue
Block a user