๐Ÿ“ฆ sbuggay / sentry

๐Ÿ‘ A self hosted dashboard to monitor servers and services.

โ˜… 20 stars โ‘‚ 1 forks ๐Ÿ‘ 20 watching โš–๏ธ MIT License
devopsjestmonitoringnodereactreduxtypescript
๐Ÿ“ฅ Clone https://github.com/sbuggay/sentry.git
HTTPS git clone https://github.com/sbuggay/sentry.git
SSH git clone git@github.com:sbuggay/sentry.git
CLI gh repo clone sbuggay/sentry
Devan Buggay Devan Buggay Update README.md d387296 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ demo
๐Ÿ“ docs
๐Ÿ“ packages
๐Ÿ“„ .gitignore
๐Ÿ“„ .travis.yml
๐Ÿ“„ lerna.json
๐Ÿ“„ LICENSE
๐Ÿ“„ package-lock.json
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

:eye: Sentry

demo1

packageversion
sentry-client-webnpm version
sentry-server-datanpm version
sentry-server-hostnpm version

Getting up and running

Installing 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

Installing sentry-server-data

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

Contributing

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