From 65360cd10c9bdc46dc5081d4d41051407378ff9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manase=CC=81s=20Jesu=CC=81s?= Date: Tue, 16 Jul 2019 15:44:07 +0200 Subject: [PATCH] refactoring --- README.md | 4 +--- checkHealth.js => src/checkHealth.js | 0 createAlarm.js => src/createAlarm.js | 0 3 files changed, 1 insertion(+), 3 deletions(-) rename checkHealth.js => src/checkHealth.js (100%) rename createAlarm.js => src/createAlarm.js (100%) diff --git a/README.md b/README.md index 305fd63..00a68fa 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,10 @@ Make sure to save the workflow when changes are made on the actions or parameter #### 1. Define the environment parameters -Before adding actions to the workflow, the environment parameters shall be specified. Open the Workflow settings and add the following parameters (key/value pairs): username, password, server, microservice, trackerId. +Before adding actions to the workflow, the environment parameters shall be specified. Open the **Workflow settings** and add the following parameters (key/value pairs): username, password, server, microservice, trackerId. These parameters will be used to configure the different actions in the workflow. ![workflow-parameters](/img/workflow-parameters.png) -These parameters will be used to configure the different actions in the workflow. - #### Check the /health endpoint #### Notify a Slack channel diff --git a/checkHealth.js b/src/checkHealth.js similarity index 100% rename from checkHealth.js rename to src/checkHealth.js diff --git a/createAlarm.js b/src/createAlarm.js similarity index 100% rename from createAlarm.js rename to src/createAlarm.js