1.0.12 • Published 4 years ago

@floriandorau/http-checker v1.0.12

Weekly downloads
13
License
MIT
Repository
-
Last release
4 years ago

http-checker

Run it

As npm package

The easiest way to run http-checker is to install it as global npm package like the following

npm install -g @floriandorau/http-checker

After installation it you can execute in your terminal via http-checker.

From source

Checkout the repository and run npm install from root. Then you can run npm start from project root in your terminal.

Configuration

But you can run http-checker you first need to create config.yml at {HOMEDIR}/.http-checker/config.yml;

A valid configuration looks like the following:

interval: 30 # interval in secondes
slack:
  webbhook: https://your-webhoook
  channel: your-chanel-name
endpoints:
  - url: http://localhost:8080
    username: basic-auth-user
    password: basic-auth-password

Currently only Basic Auth is supported.

1.0.11

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago