summaryrefslogtreecommitdiffstats
path: root/kubernetes/consul/resources/config/consul-agent-config/aai-sparky-be-health.json
blob: bf6305c1d0a6f9f6007f8b2f851d34331fba57f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "service": {
    "name": "A&AI UI Backend Service",
    "checks": [
      {
        "id": "sparky-be-process",
        "name": "UI Backend Presence",
        "script": "/consul/scripts/sparky-be-script.sh",
        "interval": "15s",
        "timeout": "1s"
      }
    ]
  }
}
ation locally with Maven: ``` mvn clean install ``` This will compile and package all resources for you. Also some prepared Citrus integration tests are executed during the build. After the successful build you are able to run the simulator with: ``` mvn spring-boot:run ``` Open your browser and point to [http://localhost:8080](http://localhost:8080). You will see the simulator user interface with all available scenarios and latest activities. You can execute the Citrus integration tests now in order to get some interaction with the simulator. Open the Maven project in your favorite IDE and run the tests with TestNG plugins. You should see the tests calling operations on the simulator in order to receive proper responses. The simulator user interface should track those interactions accordingly. Information --------- Read the [user manual](https://citrusframework.org/citrus-simulator/) for detailed instructions and features. For more information on Citrus see [citrusframework.org][2], including a complete [reference manual][3]. [1]: https://citrusframework.org/img/brand-logo.png "Citrus" [2]: https://citrusframework.org [3]: https://citrusframework.org/reference/html/