mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-25 22:55:15 +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>
|
=item B<--component>
|
||||||
|
|
||||||
Which component to check (default: 'all').
|
Which component to check (default: '.*').
|
||||||
Can be: 'battery', 'fan', 'fibrechannel', 'flashcard', 'psu'.
|
Can be: C<battery>, C<fan>, C<fibrechannel>, C<flashcard>, C<psu>.
|
||||||
|
|
||||||
=item B<--filter>
|
=item B<--filter>
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ You can also exclude items from specific instances: --filter=fan,1
|
|||||||
|
|
||||||
=item B<--absent-problem>
|
=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
|
Can be specific or global: --absent-problem=fan,2
|
||||||
|
|
||||||
=item B<--no-component>
|
=item B<--no-component>
|
||||||
|
@ -75,6 +75,7 @@ eth
|
|||||||
ext4
|
ext4
|
||||||
fanspeed
|
fanspeed
|
||||||
FCCapacity
|
FCCapacity
|
||||||
|
fibre
|
||||||
--filter-fs
|
--filter-fs
|
||||||
--filter-imei
|
--filter-imei
|
||||||
--filter-ppid
|
--filter-ppid
|
||||||
|
Loading…
x
Reference in New Issue
Block a user