Month: January 2021

Installing Redis using Ansible Playbook on Ubuntu

Redis is a popular open source database server used for data storage, networked applications, and web applications. In this blog post, we will discuss the basics of Redis, its key features, and some of its applications. Some time we need to automate the packages installation on multiple server, Here we are about to create Ansible […]

Installing Nginx using Ansible Playbook on ubuntu

Working as a I.T professional, We need to also required to install a single or multiple packages in our multiple server, Here we are about to create Ansible Playbook to install Nginx web server. We believe, You have already installed Ansible if not you need to click on given link to install Ansible on ubuntu […]

How to Enable NGINX Status Page on ubuntu 18.04/20.04 LTS

In this post, We will enable NGINX Status Page on ubuntu 18.04/20.04 LTS. NginX, is a web worker that can likewise be utilized as a converse intermediary, load balancer, mail intermediary and HTTP store. The product was made by Russian computer programmer Igor Sysoev and openly delivered in 2004.   Step 1: Verify the Nginx […]

Install and configure Apache node exporter with prometheus on ubuntu 16.04/18.04/20.4 LTS.

  In this post, We will install and configure Apache node exporter with prometheus on ubuntu.    I believe you have already installed and setup the Prometheus and Grafana if not so then use the given useful link for the same.   https://www.techbeginner.in/2020/12/how-to-install-prometheus-on-ubuntu.html   Welcome to our post for  the most proficient method to Monitor […]

How to Enable JMX in Tomcat to Monitoring | ubuntu 18.04 LTS

  In this post, We will configure JMX with Apache Tomcat on ubuntu.   Java Management Extensions (JMX) is a Java innovation that provisions instruments for overseeing and observing applications, framework objects, gadgets, (for example, printers) and administration situated organizations. Those assets are spoken to by objects called MBeans (for Managed Bean). I believe you […]

Fix permission denied (publickey). ssh on ubuntu 16.04/18.04/20.04 LTS

In this post, We will fix the permission denied (publickey) in GCP Google Cloud, Azure Cloud and AWS Cloud using ubuntu OS. SSH stands for Secure Shell is a cryptographic organization convention for working organization benefits safely over an unstable organization. Regular applications incorporate distant order line, login, and far off order execution, however any […]

How to setup Gmail SMTP email notification with Grafana on ubuntu 16.04/18.04/20.04 LTS

  In this post, We will configure Gmail’s SMTP email alert wtih Grafana on ubuntu 16.04/18.04/20.04 LTS   Grafana is a multi-stage open source examination and intelligent perception web application. It gives outlines, diagrams, and alarms for the web when associated with upheld information sources, Grafana Enterprise adaptation with extra capacities is additionally accessible. It […]

How to configure email alert with Gmail in elasticsearch on ubuntu 16.04/18.04/20.04 LTS

  In this post, We will configure Xpack notification with Gmail’s smtp alert with elasticsearch on ubuntu LTS. Elasticsearch is an internet searcher dependent on the Lucene library. It gives a conveyed, multitenant-fit full-text internet searcher with a HTTP web interface and composition free JSON reports. Elasticsearch is created in Java.  I believe you have […]

Cassandra monitoring with telegraf (&jolokia-agent), prometheus and grafana on ubuntu 16.04/18.04/20.04 LTS

  In this post, We will install and configure Cassandra monitoring with telegraf using jolokia agent on ubuntu 18.04 LTS.   I believe that you already installed and configure Prometheus, Grafana and Telegraf on ubuntu if not so then you use the given useful link for the same.   https://www.techbeginner.in/2020/12/how-to-install-prometheus-on-ubuntu.htmlhttps://www.techbeginner.in/2021/01/how-to-install-telegraf-on-ubuntu-1804.html Step 1: Installing Cassandra   […]

How to install Alertmanager on ubuntu 18.04 LTS

  Alertmanager handles alarms sent by customer applications, for example, the Prometheus worker. It deals with deduplicating, gathering, and directing them to the right collector incorporation, for example, email, PagerDuty, or OpsGenie. It likewise deals with hushing and hindrance of alarms.   In this post, We will install and configure Alertmanager on ubuntu 18.04 LTS […]

Scroll to top