nagios

Check Plugins

The check plugins for Nagios are packaged separately from the main program so we'll need to download the latest version (version 1.4.14 at time of writing), compile and install those.

cd /extra/src
wget http://prdownloads.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-1.4.14.tar.gz
tar zxvf nagios-plugins-1.4.14.tar.gz
cd nagios-plugins-1.4.14

Technology:

Nagios Server Installation

Instructions for basic configuration of a Nagios server for monitoring servers, routers, applications and more.

Prerequisites
Install the Apache web server.
Install the neccessary graphic libraries:

yum -y install libpng-devel libjpeg-devel gd-devel

Requires libtool?

yum -y install libtool

Nagios Base Installation
Create a nagios user and group for the program to run under:

adduser nagios

Create the installation directory:

mkdir /usr/local/nagios
chown nagios.nagios /usr/local/nagios

Technology:

Nagios

Nagios is a system and network monitoring application.

Some of the many features of Nagios® include:

  • Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING, etc.)
  • Monitoring of host resources (processor load, disk usage, etc.)
  • Simple plugin design that allows users to easily develop their own service checks
  • Parallelized service checks
  • Ability to define network host hierarchy using "parent" hosts, allowing detection of and distinction between hosts that are down and those that are unreachable

Technology:

check_qmailq

OpenFusion has a set of Nagios plugins which include a check_qmailq plugin that monitors how many messages in the qmail-queue.

The original plugin is from http://www.openfusion.com.au/labs/nagios/
Download the check plugin:

cd /usr/local/nagios/libexec
wget http://www.dwadson.com/files/nagios/check_qmailq
chmod ugo+x check_qmailq

The check command takes the syntax of check_qmailq -w count -c count [-W pre_count] [-C pre_count] [-q /path/to/qmail-qstat]. The warning and critical message counts can be adjusted to your preference. Edit /usr/local/nagios/etc/nrpe.cfg and add entries for the services you want to check, such as:

Technology:

check_daemontools_service

OpenFusion has a set of Nagios plugins which include a check_daemontools_plugin for monitoring the status of daemontools services.

A copy of the specific plugin is also available here.

Installation
Download the plugin:

cd /usr/local/nagios/libexec
wget http://www.dwadson.com/files/nagios/check_daemontools_service
chmod ugo+x check_daemontools_service
chown nagios:nagios check_daemontools_service

The latest version fo the plugin requires the Nagios::Plugin::Getopt and Nagios::Plugin::Functions modules for Perl be installed:

perl -MCPAN -e shell
install Nagios::Plugin::Getopt

Technology:

Nagios Monitoring

Nagios has many useful plugins for monitoring your Qmail server.

Prerequisites for Monitoring With Nagios
These instructions assume that you have a Nagios server already set up similar to the instructions on this site.

Technology:

Pages

Subscribe to RSS - nagios

Recent Updates

  • 2 years 2 weeks ago
  • 2 years 2 weeks ago
  • 2 years 2 weeks ago
    php 8.x
  • 2 years 2 weeks ago
    10.6.7
  • 2 years 2 weeks ago
    Drop Centos 5/6 stuff