monika icon indicating copy to clipboard operation
monika copied to clipboard

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.

Results 57 monika issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Currently, the HTTP request made by Monika has no timeout. It might make the request stale and use resources inefficiently. It would be better if we add...

**Describe the bug** Running Monika with `--symonUrl --symonKey --follow-redirects=5 --retryInitialDelayMs=150000 --ignoreInvalidTLS` will log errors from undici. **To Reproduce** Steps to reproduce the behavior: 1. `monika --symonUrl --symonKey --follow-redirects=5 --retryInitialDelayMs=150000 --ignoreInvalidTLS`...

# Monika Pull Request (PR) ## What feature/issue does this PR add - Convert a TODO comment into an issue #1260. - Make the hardcoded notification sender changeable through a...

The TLS checker requires the HTTP probe configuration to run, as demonstrated in [the documentation example](https://monika.hyperjump.tech/guides/tls-checkers). ```yaml probes: - requests: - url: http://example.com certificate: domains: - example.com - expired.badssl.com -...

Currently, there are two ways to perform a ping: one within [the HTTP probe type](https://monika.hyperjump.tech/guides/probes#http-request-anatomy) and the other as [a standalone method](https://monika.hyperjump.tech/guides/probes#ping-request). To reduce redundancy and complexity, we should remove...

v2

Currently, there are some TODO comments in the code. It needs to be converted into an issue or a regular comment to make it noticeable by maintainers.

documentation
good first issue

Currently, Monika only supports a globally configurable follow HTTP redirect. To enhance flexibility, each request should be able to configure its own follow HTTP redirect. The following is a sample...

As the Node.js community moves toward ESM, I am looking to switch the project from CommonJS to ECMAScript Modules (ESM). This change is essential to take advantage of ESM's improved...

Tech Debt

## Spike using fetch vs Axios 1. Fetch has native support 2. Already stable in Node v21 ## Target 1. Is it possible to use native Fetch and replace Axios...

enhancement

**Describe the bug** 1. Running snap version of monika fails **To Reproduce** Steps to reproduce the behavior: 1. Install the snap version of Monika `sudo snap install monika --edge` 2....

bug