mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-26 11:18:39 +02:00
disable connector for listings
This commit is contained in:
parent
4ba0c94e3a
commit
0cc3322091
@ -28,7 +28,7 @@ List-Containers ${tc}
|
||||
... ${cmd}
|
||||
... ${extraoptions}
|
||||
|
||||
Ctn Run Command And Check Result As Regexp ${command} ${expected_result} ${tc}
|
||||
Ctn Run Command And Check Result As Regexp ${command} ${expected_result}
|
||||
|
||||
Examples: tc extraoptions expected_result --
|
||||
... 1 ${EMPTY} ^Containers: (\\\\n\\\\[.*\\\\]){3}\\\\Z
|
||||
|
@ -28,7 +28,7 @@ List-Pods ${tc}
|
||||
... ${cmd}
|
||||
... ${extraoptions}
|
||||
|
||||
Ctn Run Command And Check Result As Regexp ${command} ${expected_result} ${tc}
|
||||
Ctn Run Command And Check Result As Regexp ${command} ${expected_result}
|
||||
|
||||
Examples: tc extraoptions expected_result --
|
||||
... 1 ${EMPTY} ^Pods: (\\\\n\\\\[.*\\\\]){2}\\\\Z
|
||||
|
@ -29,7 +29,7 @@ List-Devices ${tc}
|
||||
${command} Catenate
|
||||
... ${cmd}
|
||||
... ${extraoptions}
|
||||
Ctn Run Command And Check Result As Regexp ${command} ${expected_result} ${tc}
|
||||
Ctn Run Command And Check Result As Regexp ${command} ${expected_result}
|
||||
|
||||
Examples: tc extraoptions expected_result --
|
||||
... 1 ${EMPTY} ^Devices: (\\\\n\\\\[.*\\\\]){5}\\\\Z
|
||||
|
@ -22,7 +22,7 @@ List-Systemdservices v219 ${tc}
|
||||
... --filter-name='${filtername}'
|
||||
... --filter-description='${filterdescription}'
|
||||
|
||||
Ctn Run Command And Check Result As Strings ${command} ${expected_result} ${tc}
|
||||
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
|
||||
|
||||
Examples: tc filtername filterdescription expected_result --
|
||||
... 1 toto ${EMPTY} List systemd services:
|
||||
|
@ -22,7 +22,7 @@ List-Systemdservices v252 ${tc}
|
||||
... --filter-name='${filtername}'
|
||||
... --filter-description='${filterdescription}'
|
||||
|
||||
Ctn Run Command And Check Result As Strings ${command} ${expected_result} ${tc}
|
||||
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
|
||||
|
||||
Examples: tc filtername filterdescription expected_result --
|
||||
... 1 toto ${EMPTY} List systemd services:
|
||||
|
@ -21,7 +21,7 @@ listvolumes${tc}
|
||||
... --snmp-community=storage/wd/nas/snmp/nas-wd
|
||||
... ${extra_option}
|
||||
|
||||
Ctn Run Command And Check Result As Strings ${command} ${expected_result} ${tc}
|
||||
Ctn Run Command And Check Result As Strings ${command} ${expected_result}
|
||||
|
||||
Examples: tc extra_option expected_result --
|
||||
... 1 --snmp-tls-their-identity List volumes: [name: Volume_1] [type: ext4]
|
||||
|
Loading…
x
Reference in New Issue
Block a user