nestjs-status-monitor icon indicating copy to clipboard operation
nestjs-status-monitor copied to clipboard

Simple, self-hosted module based on Socket.io and Chart.js to report realtime server metrics for NestJS v7+ based servers.

Results 13 nestjs-status-monitor issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to http://localhost:3000/status 2. Open DevTools in Chrome or...

can't fetch /socket.io/socket.io.js error 404 use cdn to simplify the configuration

**Is your feature request related to a problem? Please describe.** Currently, health checks are limited to a web request that is done via axios. The current implementation does not allow...