From dae1f7b99b14a8142f9e76bcc8d6b8eff148db69 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Fri, 20 May 2016 11:42:55 +0200 Subject: [PATCH] Temporarily disabled the Tentacle server in the testing container. --- tests/test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test.sh b/tests/test.sh index 946e8e8c25..689ac9246b 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -41,8 +41,8 @@ cd /tmp/pandorafms/pandora_agents/unix && chmod +x pandora_agent_installer && ./ check "Installing the Pandora FMS Agent" $? # Start Pandora FMS services. -service tentacle_serverd start -check "Starting the Tentacle Server" $? +#service tentacle_serverd start +#check "Starting the Tentacle Server" $? service pandora_server start check "Starting the Pandora FMS Server" $? service pandora_agent_daemon start