How to Install & Configure Grafana Monitoring Tool on Ubuntu 20.04

Grafana is a free & open-source Monitoring tool. It provides some feature such as metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus, and InfluxDB.It is used for analysis and visualization web application.We can use charts, graphs, and alerts for web application logs. Install Grafana on ubuntu Update the system. apt-get update Install Required …

How to Install & Configure Puppet on Ubuntu 20.04.

Puppet is free & open source software configuration management tool & automated administrative engine.It is used to perform administrative tasks and server management taks remotely. Using puppet,we can communicate between client & master server.It helps in performing administrative tasks and centralizing the server management process.It supports Linux, Unix, and Windows operating systems. Install Puppet on …

How to Install & Configure Prometheus monitoring tool on Ubuntu 20.04.

Prometheus is a free & open-source monitoring tool.It developed by SoundCloud.Prometheus is a metrics based event monitoring and alerting application.It is a web-interface & used for metrics monitoring, event monitoring & alert management.It supports/manage hundreds of services and microservices. We can Add various type of exporter to the Prometheus system:- blackbox_exporter consul_exporter graphite_exporter haproxy_exporter memcached_exporter …

How to Install SSH plugins on Jenkins

Jenkins is a free & open source DevOps tool & used for CI/CD automation application written in the Java programming language.We can set ssh credentials on jenkins for ssh.We needs to install ssh plugins on jenkins & then we have a option to add ssh credential on jenkins. Install Jenkins on ubuntu. First we needs to …

How to Install Gradle on ubuntu 20.04 LTS.

Gradle is a tool used to build, automate, and deliver software. Gradle is a object-oriented programming language & used for Java & C++ project to define build scripts. It helps programmers team to build, automate and deliver software easier and faster which increased their productivity. Install Gradle on ubuntu Update the system apt-get update Install Java …