Skip to content

Simple app to monitor mongodb connection using express and socket.io

Notifications You must be signed in to change notification settings

joedaimarg/mongodb-status-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongodb-status-checker

install dependencies:
    $ npm install

run the app:
    $ DEBUG=mongodb-status-checker:* npm start
    $ # http://localhost:3991

enable auto restart:
    $ npm install -g pm2 
    $ DEBUG=mongodb-status-checker:* pm2 start --name dbcheck bin/www

About

Simple app to monitor mongodb connection using express and socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published