Tag Archives: slack

Shell Script to take MySQL Database Dump and Push It to AWS S3

By | October 11, 2019

There will a multiple cases when you will be asked to Automate the backup of mysl dump and store somewhere. there will be a multiple way of doing this but in this article we will see how we can take the msql dump of a database and push it to the AWS S3 bucket. Just… Read More »

Alert Notification to Slack from Grafana

By | July 20, 2019

In the last post, we have seen how we can Monitor our Server and can get notified for any of the Alerts using the Alert manger. In this Blog, We Will See how we can Set an Alert and Send Notification to Slack using the Grafana Embedded Alerting System. We Assume that You have grafana… Read More »

Notification to Slack using Prometheus AlertManger

By | June 26, 2019

Alertmanger manger helps to Send the Notification for any of the Alert generated for your server to either, email, Slack, Hipchat, etc. It is Configured from the command line and has certain configuration files. In one of the Previous blog, we have seen step by step process of setup and configurations of Prometheus, Node Exporter,… Read More »