Temporarily disabled the Tentacle server in the testing container.

This commit is contained in:
Ramon Novoa 2016-05-20 11:42:55 +02:00
parent 7105d6801e
commit dae1f7b99b

View File

@ -41,8 +41,8 @@ cd /tmp/pandorafms/pandora_agents/unix && chmod +x pandora_agent_installer && ./
check "Installing the Pandora FMS Agent" $? check "Installing the Pandora FMS Agent" $?
# Start Pandora FMS services. # Start Pandora FMS services.
service tentacle_serverd start #service tentacle_serverd start
check "Starting the Tentacle Server" $? #check "Starting the Tentacle Server" $?
service pandora_server start service pandora_server start
check "Starting the Pandora FMS Server" $? check "Starting the Pandora FMS Server" $?
service pandora_agent_daemon start service pandora_agent_daemon start