3.2.0 • Published 2 years ago

@runnerty/executor-check-online-service v3.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

NPM version Downloads Dependency Status

Check Online Service executor for Runnerty:

Installation:

Through NPM

npm i @runnerty/executor-check-online-service

You can also add modules to your project with runnerty

npx runnerty add @runnerty/executor-check-online-service

This command installs the module in your project, adds example configuration in your config.json and creates an example plan of use.

If you have installed runnerty globally you can include the module with this command:

runnerty add @runnerty/executor-check-online-service

Configuration sample:

Add in config.json:

{
  "id": "check_online_service_default",
  "type": "@runnerty-executor-check-online-service"
}

Plan sample:

Add in plan.json:

{
  "id":"check_online_service_default",
  "hostname": "http://www.google.com/en",
  "check_contains": "I'm Feeling Lucky"
}

Plan advanced:

Add in plan.json:

{
  "id":"check_online_service_default",
  "hostname": "http://www.google.com/en",
  "check_contains": "I'm Feeling Lucky",
  "method": "GET",
  "auth":{
    "user": "user",
    "pass": "password",
  }
}
{
  "id":"check_online_service_default",
  "hostname": "http://www.myservice.com/api/health",
  "headers": { "User-Agent": "runnerty", "Content-Type": "application/json" }
}
{
  "id":"check_online_service_default",
  "hostname": "http://www.myservice.com/api/health",
  "timeout": "5s"
}
3.1.2

2 years ago

3.2.0

2 years ago

3.1.1

3 years ago

3.1.0

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

2.0.1

3 years ago

2.0.0

4 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago