One day I got a call from one of my friend and he said to me that he is facing difficulties while setting up AlertManager with Prometheus. Then, I observed that most of the people face such issues while establishing a connection between AlertManager and receiver such as E-mail, Slack etc.From there, I got motivation for …
Tag Archives: monitoring
Setting up MySQL Monitoring with Prometheus
One thing that I love about Prometheus is that it has a multitude of Integration with different services, both officially supported and the third party supported.Let’s see how can we monitor MySQL with Prometheus. Those who are the starter or new to Prometheus can refer to our this blog. MySQL is a popular opensource relational database …
Continue reading “Setting up MySQL Monitoring with Prometheus”
Prometheus Overview and Setup
Overview Prometheus is an opensource monitoring solution that gathers time series based numerical data. It is a project which was started by Google’s ex-employees at SoundCloud. To monitor your services and infra with Prometheus your service needs to expose an endpoint in the form of port or URL. For example:- {{localhost:9090}}. The endpoint is an HTTP …
EC2 Ssh Connection Refused
When ssh: connect to host ip_address port 22 Connection refused Unable to access server??? Exactly when you see the error – “ssh: connect to host ip_address port 22: Connection refused” while connecting your AWS EC2 Instance. In order to find solution of the problem, you will go to AWS forum and other channels where you need to …
System Monitoring
One of the main task of a system administrator is system monitoring, system monitoring usually involves monitoring the ram & disk space usage of the system …. In this blog I’ll be talking about my experience as a system admin & how I do it. Usually system monitoring is divided into 2 parts Continuous system …