Databases Reference
In-Depth Information
5.
Restart Apache:
sudo /etc/init.d/apache2 reload
Compiling and Installing Nagios Plugins
In an earlier step you downloaded the Nagios Plugin from www.nagios.org/download/ . The latest
release fi le version is 1.4.15.
Nagios Plugins can be compiled and installed as follows:
1.
Unpack, untar, and unzip the Nagios Plugins distribution:
tar zxvf nagios-plugins-1.4.15.tar.gz
2.
Change to the Nagios Plugins extracted distribution:
cd nagios-plugins-1.4.15
3.
Confi gure Nagios Plugins:
./configure --with-nagios-user=nagios --with-nagios-group=nagios
4.
Build Nagios Plugins:
make
5.
Install Nagios Plugins:
sudo make install
Nagios and Nagios Plugins are now installed and you can start Nagios. Additional confi guration
is not covered in this document but you can read the offi cial documentation, available at
www.nagios.org/documentation to get all the details.
INSTALLING AND SETTING UP RRDTOOL
Instructions for installing RRDtool on Linux and Unix are covered in this section.
SVN client, automake, autoconf, and libtool are required to install RRDtool.
RRDtool can be installed from source as follows:
svn checkout svn://svn.oetiker.ch/rrdtool/trunk/program
mv program rrdtool-trunk
cd rrdtool-trunk
./autogen.sh
./configure --enable-maintainer-mode
make
sudo make install
Search WWH ::




Custom Search