How To verify Whether Cron Job is Working or Not.

By | September 24, 2019

Everybody know the importance of cron Job and uses it multiple times in Various scenarios.  Creating a Cron Job is easy to create but, Several user Still get confused whether their Cron Job is Working Regularly or on the defined date time or not. User are not even very sure about how to identify whether… Read More »

Create a user with Admin Privileges in AWS RDS MySQL/MariaDB.

By | September 24, 2019

AWS RDS MySQL/MariaDB Admin user Creation ErrorThis will be a short article on creating a user and assigning him full privileges in Mysql/MariaDB Database Engine. Before moving ahead I would also like to point out for the case of AWS RDS MySQL/MariaDB instance we have to explicitly define all the permission in order to make… Read More »

Setup Docker Swarm Cluster and Understanding its Components.

By | August 17, 2019

Docker Swarm: It’s an embedded functionality of Docker itself for Container Cluster management. This would be a brief and Simplified guide for Deploying Application to the Docker Swarm Cluster. For more details please have a look at the official documentations. Setup master and Worker Nodes Launch an Ec2 instance, We will create a master and… 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 »

Creating Dashboard in Grafana

By | June 23, 2019

After the setup of the Grafana and Prometheus in the previous section of this Article, now we are going to create some attractive Dashboard to Visualize and monitor. In the Previous Section, we have also Seen that how we can add a Data Source to the Grafana and already added Prometheus as a Data Source.So… Read More »