๐ A self hosted dashboard to monitor servers and services.
https://github.com/sbuggay/sentry.git
| package | version |
|---|---|
| sentry-client-web | |
| sentry-server-data | |
| sentry-server-host |
sentry-server-host is used to serve up the sentry client and to persist monitor data.
npm i -g sentry-server-host
sentry-server-data provides system and service data for the sentry client.
npm i -g sentry-server-data
It can be run with these options.
$ sentry-server-data -h
Usage: sentry-server-data [options]
Options:
-h, --help output usage information
-c, --config <config> Specified config
-p, --port <port> Specified port
For example:
$ sentry-server-data -p 8080
sentry-server-data is running on port 8080
Clone the repository.
git clone https://github.com/sbuggay/sentry.git
Install lerna.
npm i -g lerna
Install dependencies.
npm run bootstrap
Running tests.
npm run test