Monika is a command line application to monitor every part of your web app using a simple YAML configuration file. Get alert not only when your site is down but also when it's slow.
3. Stop the docker compose command from the step one.
4. Re-run the docker compose command from the step one.
## Demo
### Before
https://github.com/hyperjumptech/monika/assets/15191978/82f64438-879c-4abf-90b8-560da9d0fc8a
### After
https://github.com/hyperjumptech/monika/assets/15191978/77fbcd82-6465-4d25-a163-8000064f70d2
Monika Pull Request (PR)
What feature/issue does this PR add
Disable cache by default.
How did you implement / how did you fix it
Change the default value of the
ttl-cache
flag.How to test
docker compose -f ./dev/docker-compose.yaml up httpbin
.npm start
with the following configuration.