Browsing category

Debian

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 […]

Install Uchiwa – Dashboard for Sensu Core Monitoring Tool

Uchiwa is an open source dashboard for Sensu core; it provides you a simple yet customizable dashboard for Sensu Core monitoring infrastructure. Assuming that you have already installed Sensu core in your infrastructure. READ: Install Sensu on Ubuntu 16.04 / Debian 8 Here, we will install Uchiwa dashboard on Ubuntu 16.04 / Debian 8 Install […]