Unanswered question

Register Controller Agent to Neoload Web SAAS

Hi,

I would like to know how I can integrate my Controller ran in Linux (Ubuntu) Machine to Neoload Web SAAS ? I've succeed to integrate my LG agent to Neoload but not with the Controller

PS; The controller is setup behind the NAT environment meanwhile the agent is on the public access.

Thank you

Bayu Permadi

Bayu P.
Bayu P.

Bayu P.

Level
0
23 / 100
points

Answers

Bayu P.
Bayu P.

Bayu P.

Level
0
23 / 100
points

Founded the answer. Check the script to start the Controller Agent is used

`/bin/sh "/home/bayu/Neoload6.7/bin/ControllerAgent"`

Meanwhile in Ubuntu it should be

/bin/bash "/home/bayu/Neoload6.7/bin/ControllerAgent"

Thank you

Bayu Permadi

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

Hi Bayu,

Do you mean that you used '/bin/sh' by yourself, or did you find the '/bin/sh' somewhere in a Neotys script or in the documentation that we should fix?

Bayu P.
Bayu P.

Bayu P.

Level
0
23 / 100
points

Hi Christophe,

I found the command inside '~/Neoload6.7/Start Controller Agent.desktop'

Its the desktop file that usually used to start the application. I see the default command is using `sh` so I change it and the agent able to started.

As additional information I'm using Ubuntu 18.10

Oh ya, btw, the documentaion is not occupied how to integrate the agent to the SaaS. its only show how to integrate with onpremiese Neoload Web.

Here my configuration to integrate the agent to saas

[Proxy]
proxy.total.count=0

[Web]
neoload.web.onpremise.secretToken=
neoload.web.deployment.type=SAAS
neoload.web.onpremise.url=
neoload.web.enabled=true
neoload.web.saas.secretToken=<your token>
neoload.web.resource.zone=<yourzone>

Its same part for LG configuration

Thank you

Bayu Permadi