How to Install & Configure Cacti Monitoring tool on ubuntu 20.04.
Cacti is a free & open source monitoring tool.It is web-based network monitoring tool & written in PHP language.Cacti monitoring tool uses SNMP protocol to monitor network traffic & bandwidth utilization.We have to monitor CPU utilization and network bandwidth utilization in a graph format. Install Cacti on ubuntu Update the system. apt-get update Install Apache2 …
Read more “How to Install & Configure Cacti Monitoring tool on ubuntu 20.04.”
How to Install & Configure Chef on ubuntu 20.04
Chef is a free & open source devops software & used for automation.It handles by infrastructure transforming into code.It provides facilities like how managed the infrastructure, deployment, or configuration all the network.We can deploy or manage resources on multiple servers or nodes.We can create & test the code on a workstation before the deployment on …
How to install & Configure Ganglia Monitoring server on Ubunu 20.04
Ganglia is a free & open-source Monitoring tool.It is used for show live statistics and metrics, such as CPU load and network utilization for multiple systems.It supports high-performance computing systems, clusters and networks. Install Ganglia on ubuntu Update the system. apt-get update Install apache2 web server. apt-get install apache2 Start & Enable the apache2 service. …
Read more “How to install & Configure Ganglia Monitoring server on Ubunu 20.04”
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 …
Read more “How to Install & Configure Prometheus monitoring tool on Ubuntu 20.04.”
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 …