An open API service indexing awesome lists of open source software.

https://github.com/benschza/pymongo-monitor

Basic Python MongoDB health monitoring script
https://github.com/benschza/pymongo-monitor

Last synced: 4 months ago
JSON representation

Basic Python MongoDB health monitoring script

Awesome Lists containing this project

README

          

# pymongo-monitor

## Environment Variables
Add the following environment variables to environment, for example direnv `.envrc`:
1. `USERNAME=_`
2. `PASSWORD=_`
3. `ENDPOINT=_`

## Development
1. `make shell`
2. `make bootstrap`
3. `make install`
4. `make run`
5. `make clean`