ipatini 96701613c8 Updated monitoring with the latest developments
* Moved 'ems-core' into 'nebulous' dir, and updated it from main repo.
* Add 'ems-nebulous' plugin code, the 'metric-model' specs, and a
  top-level pom.xml to build everything (including EMS-Nebulous image)
* Added .gitattributes and changed EOL to LF in top-level files.
* Also adopting code to pass Zuul checks

Change-Id: Ic414a1fa382d0a9112cbc805375cf603af59cd37
2024-01-09 18:35:53 +02:00

17 lines
401 B
JSON

[{
"name": "Initial wait...",
"command": "pwd",
"waitBefore": 0,
"waitAfter": 5000
}, {
"name": "Sending baguette client kill command...",
"command": "${BAGUETTE_CLIENT_BASE_DIR}/bin/kill.sh",
"waitBefore": 0,
"waitAfter": 2000
}, {
"name": "Sending baguette client start command...",
"command": "${BAGUETTE_CLIENT_BASE_DIR}/bin/run.sh",
"waitBefore": 0,
"waitAfter": 10000
}]