hyperjumptech / monika

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.
https://monika.hyperjump.tech
MIT License
599 stars 66 forks source link

Remove ping from the HTTP probe type #1260

Open haricnugraha opened 6 months ago

haricnugraha commented 6 months ago

Currently, there are two ways to perform a ping: one within the HTTP probe type and the other as a standalone method. To reduce redundancy and complexity, we should remove the HTTP probe type option.

Edit :

sapiderman commented 6 months ago

For context: https://github.com/hyperjumptech/monika/issues/1092 This was left temporarily for backward compatibility.

haricnugraha commented 6 months ago

For context: #1092 This was left temporarily for backward compatibility.

Thanks for the information. I've added the v2 label.