Dan F.

  • 3 questions asked
  • 1 answer
  • 0 best answers (0%)
  • NeoLoad Webhook - 400 error while testing notification send.

    while trying to setup webhook notifications to post updates in MS team channels, we are seeing a 400 error. Our webhook works for notifications outside of neoload web with...
    Dan F.
    Dan F.

    Dan F.

    Level
    0
    23 / 100
    points
  • Slack Notification (on premise install)

    We are having issues using webhooks with our on-prem neoload web installation. We have our notifications setup to trigger when specific tests start/end. the test button works...
    Dan F.
    Dan F.

    Dan F.

    Level
    0
    23 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NEOLOAD_WEB_API_PUBLIC_URL was not set in the yaml file. This is required when an image is included in the webhook. But the Test button does not check the sending of a message...
  • How do I stop a docker load generator?

    I have docker images setup for my load generators. They are start and run fine. I don't know how to stop these load generators so that I can upgrade them. Can someone assist...
    Dan F.
    Dan F.

    Dan F.

    Level
    0
    23 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You can simply use the "sudo docker stop <container_id>" command to stop your load generator. The <container_id> can be found using the sudo docker ps -a command.