Please find the below steps to monitor the website using status codes. Nagios supports monitoring the website using status coodes and there is a command in /etc/nagios-plugins/config/http.cfg . Example:- We can use a command like below to monitor a URL like https://domain1.com. define command{ command_name check_https_url command_line /usr/local/nagios/libexec/check_http -H domain1.com… Continue Reading Monitoring website using status codes on Nagios

How to Schedule downtime a host on Nagios Date : 09/05/2019 Introduction : Nagios is a powerful monitoring system that enables organizations to identify and resolve IT infrastructure problems before they affect critical business processes. If a host is down, service alerts will not be sent. If we are going to be maintenance/work on any… Continue Reading How to Schedule downtime a host on Nagios

Nagstamon installation on Windows Date Posted: 13-06-2017 Nagstamon is a tool which used to monitor nagios server on windows desktop machine. This will be useful to monitor to multiple nagios server. Prerequisites: Windows Desktop Nagios Server Implementation: Download the nagstamon from the official site. https://nagstamon.ifw-dresden.de/files/stable/Nagstamon-2.0.1-win64.zip Unzip the file and go… Continue Reading Nagstamon installation on Windows desktop

Install and Configure Nagios Server Date Posted: 08-06-2017 Nagios is an open source monitor tool widely used to monitor client machines. Here, we are going to explain on how to install and configure nagios server. Prerequisites: Centos 7.0 Server – In this post, we are using centos server 7.0. We… Continue Reading Install and Configure Nagios Server

Introduction Nagios is a popular monitoring tool used to monitor servers, network devices, and services. Before installing Nagios, it is important to ensure that your system meets the required prerequisites. Prerequisites Make sure your server has the following: Implementation Core Requirements 1. Operating System & CompilerNagios requires a machine running… Continue Reading Nagios : SYSTEM REQUIREMENTS FOR NAGIOS INSTALLATION