Revision history for InstallingNagios


Revision [3424]

Last edited on 2014-08-24 09:16:33 by CalumMcAlinden
Additions:
Next we're going to create a new group whose members include the user your web server is running as and the user Nagios is running as. Let's say we call this new group 'nagcmd' (you can name it differently if you wish). On ""RedHat"" Linux you can use the following command to add a new group (other systems may differ):
Deletions:
Next we're going to create a new group whose members include the user your web server is running as and the user Nagios is running as. Let's say we call this new group 'nagcmd' (you can name it differently if you wish). On RedHat Linux you can use the following command to add a new group (other systems may differ):


Revision [621]

Edited on 2007-07-23 22:16:43 by JulianDemarchi [Add Catergory]
Additions:
----
CategoryAuditing


Revision [252]

Edited on 2007-06-30 07:13:14 by JulianDemarchi [Add Catergory]
Additions:
In order for Nagios to be of any use to you, you're going to have to download and install some plugins. Plugins are usually installed in the libexec/ directory of your Nagios installation (i.e. /usr/local/nagios/libexec). Plugins are scripts or binaries which perform all the service and host checks that constitute monitoring. You can grab the latest release of the plugins from the Nagios downloads page or directly from the ""SourceForge"" project page.
Deletions:
In order for Nagios to be of any use to you, you're going to have to download and install some plugins. Plugins are usually installed in the libexec/ directory of your Nagios installation (i.e. /usr/local/nagios/libexec). Plugins are scripts or binaries which perform all the service and host checks that constitute monitoring. You can grab the latest release of the plugins from the Nagios downloads page or directly from the SourceForge project page.


Revision [251]

Edited on 2007-06-30 07:12:01 by JulianDemarchi [Add Catergory]
Additions:
~& From - http://nagios.sourceforge.net/docs/2_0/installing.html
Deletions:
~@ From - http://nagios.sourceforge.net/docs/2_0/installing.html


Revision [250]

Edited on 2007-06-30 07:11:46 by JulianDemarchi [Add Catergory]
Additions:
~@ From - http://nagios.sourceforge.net/docs/2_0/installing.html
Deletions:
From - http://nagios.sourceforge.net/docs/2_0/installing.html


Revision [233]

Edited on 2007-06-29 19:03:02 by BrianKoontz [Minor edit]
Additions:
tar xzf nagios-version.tar.gz
adduser nagios
mkdir /usr/local/nagios
chown nagios.nagios /usr/local/nagios
grep "^User" /etc/httpd/conf/httpd.conf
/usr/sbin/groupadd nagcmd
/usr/sbin/usermod -G nagcmd apache
/usr/sbin/usermod -G nagcmd nagios
./configure --prefix=prefix --with-cgiurl=cgiurl --with-htmurl=htmurl --with-nagios-user=someuser --with-nagios-group=somegroup --with-command-group=cmdgroup
make all
make install
make install-init
cd /usr/local/nagios
Deletions:
==tar xzf nagios-version.tar.gz==
==adduser nagios==
==mkdir /usr/local/nagios==
==chown nagios.nagios /usr/local/nagios==
==grep "^User" /etc/httpd/conf/httpd.conf==
==/usr/sbin/groupadd nagcmd==
==/usr/sbin/usermod -G nagcmd apache==
==/usr/sbin/usermod -G nagcmd nagios==
==./configure --prefix=prefix --with-cgiurl=cgiurl --with-htmurl=htmurl --with-nagios-user=someuser --with-nagios-group=somegroup --with-command-group=cmdgroup==
//==make all==//
==make install==
==make install-init==
==cd /usr/local/nagios==


Revision [230]

Edited on 2007-06-29 18:27:10 by JulianDemarchi [Minor edit]
Additions:
%%
==tar xzf nagios-version.tar.gz==
%%
%%
==adduser nagios==
%%
%%
==mkdir /usr/local/nagios==
%%
%%
==chown nagios.nagios /usr/local/nagios==
%%
%%
==grep "^User" /etc/httpd/conf/httpd.conf==
%%
%%
==/usr/sbin/groupadd nagcmd==
%%
%%
==/usr/sbin/usermod -G nagcmd apache==
==/usr/sbin/usermod -G nagcmd nagios==
%%
%%
==./configure --prefix=prefix --with-cgiurl=cgiurl --with-htmurl=htmurl --with-nagios-user=someuser --with-nagios-group=somegroup --with-command-group=cmdgroup==
%%
%%
==make install==
%%
%%
==make install-init==
%%
%%
==cd /usr/local/nagios==
%%
Deletions:
//==tar xzf nagios-version.tar.gz==//
//==adduser nagios==//
//==mkdir /usr/local/nagios==//
//==chown nagios.nagios /usr/local/nagios==//
//==grep "^User" /etc/httpd/conf/httpd.conf==//
//==/usr/sbin/groupadd nagcmd==//
//==/usr/sbin/usermod -G nagcmd apache==//
//==/usr/sbin/usermod -G nagcmd nagios==//
//==./configure --prefix=prefix --with-cgiurl=cgiurl --with-htmurl=htmurl --with-nagios-user=someuser --with-nagios-group=somegroup --with-command-group=cmdgroup==//
//==make install==//
//==make install-init==//
//==cd /usr/local/nagios==//


Revision [229]

Edited on 2007-06-29 08:12:26 by JulianDemarchi [Minor edit]
Additions:
So now you have things compiled and installed, but you still haven't configured Nagios or defined objects (hosts, services, etc.) that should be monitored. Information on configuring Nagios and defining objects can be found here. There's a lot to configure, but don't let it discourage you - its
well worth it.
---
From - http://nagios.sourceforge.net/docs/2_0/installing.html
Deletions:
So now you have things compiled and installed, but you still haven't configured Nagios or defined objects (hosts, services, etc.) that should be monitored. Information on configuring Nagios and defining objects can be found here. There's a lot to configure, but don't let it discourage you - its well worth it.


Revision [226]

The oldest known version of this page was created on 2007-06-29 08:09:02 by JulianDemarchi [Minor edit]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki