https://github.com/mitodl/ol-infra-health-checks
A repository for MIT OL Infrastructure Health Checks
https://github.com/mitodl/ol-infra-health-checks
Last synced: about 2 months ago
JSON representation
A repository for MIT OL Infrastructure Health Checks
- Host: GitHub
- URL: https://github.com/mitodl/ol-infra-health-checks
- Owner: mitodl
- Created: 2024-01-12T16:51:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T03:49:25.000Z (3 months ago)
- Last Synced: 2025-03-03T04:29:04.554Z (3 months ago)
- Language: Python
- Size: 65.4 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ol-infra-health-checks
A repository for MIT OL Infrastructure Health Checks## Testing
To test this locally, simply build the docker container with:
```docker build -t "ol-infra-healthcheck" .``` in the repo's root directory.
You can run the container with:
```docker run --name ol-infra-healthcheck ol-infra-healthcheck```At that point you should be able to hit port 8907 on the container to access the API.
## Invoking the healthcheck API
```
curl -v http://0.0.0.0:8907/healthcheck/always_pass.py
```