mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-09-26 03:08:39 +02:00
removing debug info
This commit is contained in:
parent
dcade34ef8
commit
09e19ef7ec
@ -67,7 +67,6 @@ Ctn Clear Connector Log
|
|||||||
Create File /tmp/connector.log
|
Create File /tmp/connector.log
|
||||||
|
|
||||||
Ctn Stop Connector
|
Ctn Stop Connector
|
||||||
Log To Console Killing connector
|
|
||||||
Terminate All Processes
|
Terminate All Processes
|
||||||
Ctn Kill Connector
|
Ctn Kill Connector
|
||||||
Remove Files /tmp/connector.output*
|
Remove Files /tmp/connector.output*
|
||||||
@ -164,10 +163,8 @@ Ctn Run Command And Check Result As Strings
|
|||||||
Remove File /tmp/connector.output
|
Remove File /tmp/connector.output
|
||||||
Remove File /tmp/connector.command.log
|
Remove File /tmp/connector.command.log
|
||||||
IF '${tc}' == '0' or "centreon_plugins.pl" in $command
|
IF '${tc}' == '0' or "centreon_plugins.pl" in $command
|
||||||
Log To Console s
|
|
||||||
Ctn Run Command Without Connector And Check Result As Strings ${command} ${expected_result}
|
Ctn Run Command Without Connector And Check Result As Strings ${command} ${expected_result}
|
||||||
ELSE
|
ELSE
|
||||||
Log To Console c
|
|
||||||
Ctn Run Command With Connector And Check Result As Strings ${command} ${expected_result} ${tc} ${timeout}
|
Ctn Run Command With Connector And Check Result As Strings ${command} ${expected_result} ${tc} ${timeout}
|
||||||
END
|
END
|
||||||
|
|
||||||
@ -176,10 +173,8 @@ Ctn Run Command And Check Result As Regexp
|
|||||||
Remove File /tmp/connector.output
|
Remove File /tmp/connector.output
|
||||||
Remove File /tmp/connector.command.log
|
Remove File /tmp/connector.command.log
|
||||||
IF '${tc}' == '0' or "centreon_plugins.pl" in $command
|
IF '${tc}' == '0' or "centreon_plugins.pl" in $command
|
||||||
Log To Console s
|
|
||||||
Ctn Run Command Without Connector And Check Result As Regexp ${command} ${expected_result}
|
Ctn Run Command Without Connector And Check Result As Regexp ${command} ${expected_result}
|
||||||
ELSE
|
ELSE
|
||||||
Log To Console c
|
|
||||||
Ctn Run Command With Connector And Check Result As Regexp ${command} ${expected_result} ${tc} ${timeout}
|
Ctn Run Command With Connector And Check Result As Regexp ${command} ${expected_result} ${tc} ${timeout}
|
||||||
END
|
END
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user