Easy Guide For Setting Up Various Alerts In Grafana : Part 2

In this guide we will learn to configure some basic alerts. We will understand and configure alert evaluation logic and make sure that the alert goes to our desired notification channel. In my previous blog we learnt how to setup SMS api in grafana. Now we will continue from the previous blog and simply create…

Easy Guide For Configuring Sms Alert In Grafana Using Python And Aws Sns: Part 1

In this guide we will learn how to setup our python API in container and configure grafana webhook to connect with our python API and test SMS alert. If you read my previous blogs, we learnt how to setup various monitoring tools. However we cannot spend all our time by monitoring our resources. This is…

Log Monitoring Guide: Using Loki, Promtail, And Grafana For Easy Log Monitoring

In this guide we will learn how to setup loki and promtail in seperate containers. We will also configure loki and promtail to collect log files of /var/log/ directory. Then we will use grafana to get logs from loki and display logs in an easily accessible dashboard. Log monitoring using promtail and loki can help…