Browsing category

Linux

How To Install Docker on Debian 9

  Docker is a free and open-source containerization software that helps to deploy, run applications in a container. The containers are similar to a virtual machine but consume fewer resources, easy to manage and can run anywhere regardless of the operating environment it is running in. Docker uses cgroups and namespace to allow the independent […]

Install LibreNMS on CentOS 7 / Ubuntu 16.04 – A Network and Server Monitoring Tool

LibreNMS is an open source auto-discovering network monitoring tool for servers and network hardware. It supports a wide range of network hardware like Cisco, Juniper, Brocade, Foundry, HP and operating systems including Linux and Windows. LibraNMS is a community-based fork of Network monitoring tool “Observium“, released under GPLv3. LibreNMS can discover your entire network using […]

How to install and use Monit on Debian 9 / Ubuntu 16.04

Monit is an open source proactive monitoring tool for Linux operating system which helps you to monitor system process using the web browser and also whenever requires it automatically do the maintenance or repair of a particular process (i.e., restarting the service) in such a way that it can be brought back online. Monit can […]

How To Install Jenkins on Debian 10 / Debian 9

Jenkins is an open-source automation server; in other words, a continuous integration tool written in Java that helps to automate the repetitive tasks involved in the software development process. Repetitive tasks could be like software build, testing, and deployments. Jenkins project was forked from the Oracle Hudson project after a dispute in early 2011, but, […]

How to Add Remote Linux Host into Sensu Monitoring Tool

Sensu clients are monitoring agents, installed and run on every server that are being monitored by Sensu tool. The work of a Sensu client is to register a system with Sensu, sending Keepalive messages, and executing monitoring checks. Each client can be a member of one or more subscriptions – you can simply say; a […]