A simple downtime logger for your microservices
- Log multiple services
- Using no database
- Slack notifier
- Simplicity at its best 👌
Download the latest from releases, extract, and run node index.js
Or, build by yourself:
- Clone repository
git clone https://github.com/mgilangjanuar/pingpong.git
- Install dependencies
npm install
- Build
npm run build.prod
- Run!
node dist/index.js
Note: please use process manager like PM2 or Forever
This app read .env
file as environment variable
Env Name | Default |
---|---|
PORT | 4001 |
WORKER_INTERVAL | 1000 |
MICROSERVICE_CONNECTION_TIMEOUT | 5000 |
MIT