Upgrade Nagios Plugins

From CSLabsWiki

Jump to: navigation, search


This How To covers the process of upgrading the Nagios Plugins that are used to monitor remote Linux clients. You may want to backup the current plugins before performing this process.

Preparation

Download the Latest Version

  • Create a downloads folder
mkdir /root/downloads
cd /root/downloads/
  • Download the Nagios Plugins
wget http://superb-east.dl.sourceforge.net/sourceforge/nagiosplug/nagios-plugins-*.tar.gz
  • Extract the Nagios Plugins
tar xzf nagios-plugins-*.tar.gz
cd nagios-plugins-*

Installation

  • Install the Plugins
./configure --enable-perl-modules
make
make install

The Nagios Plugins should now be upgraded.

Personal tools