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

Now that Monika can create config or run from Postman, Insomnia, HAR, and sitemap, it'd be great if Monika can also create/run from a simple text file that contains the...

enhancement

Currently monika (1.9.3) creates multiple probes from a sitemap.xml. We should allow the user to create a single probe with multiple requests too because when the probed server is down,...

enhancement

I think there's a chance to improve Monika's performance by using worker threads for each probes especially with a large number of probes. Reference: - https://deepsource.io/blog/nodejs-worker-threads/ - https://blog.logrocket.com/node-js-multithreading-worker-threads-why-they-matter/

research

While posting in Medium is good for the network effect, Medium makes it hard to find old posts. For the sake of discovery and conserving the useful old posts, let's...

documentation

**Describe the bug** When clicking on a search result, user is not navigated to the section where the result is located. Only to the page. **To Reproduce** Steps to reproduce...

documentation

# Monika Pull Request (PR) ## What feature/issue does this PR add 1. cleaning warning message at monika main project (issue [#679](https://github.com/hyperjumptech/monika/issues/679)) 2. fixing error build next.js at docs directory

GitHub checks still shows many warnings. Let's fix it.

body: otp_id: '3100791963' otp: 359496 It is coverting otp as a string. But in my case it has to be numeric value only. ![image](https://user-images.githubusercontent.com/40670389/196192191-9fc6bf3b-5135-4d22-8eaa-c31fe8301cb6.png)

# Monika Pull Request (PR) ## What feature/issue does this PR add 1. Closing #907 ## How did you implement / how did you fix it 1. Made all requests...

It will be great if we can monitor MySQL instances. We can use `SELECT 1` or `SHOW STATUS` query to check if it is working. The input would be something...