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
- Host: GitHub
- URL: https://github.com/benschza/pymongo-monitor
- Owner: BenSchZA
- Created: 2019-08-30T10:51:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-30T10:56:07.000Z (about 6 years ago)
- Last Synced: 2025-04-11T22:54:47.464Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`