Nagios: Difference between revisions
Jump to navigation
Jump to search
m (moved Nagios (network/system monitor) to Nagios) |
(→Nagios) |
||
Line 1: | Line 1: | ||
Nagios is a very flexible, open-source, network/host monitoring application. Not only does it do reporting on host uptime and services, it can be configured to send emails and text alerts when a system or service goes down or otherwise changes. I've used this within the corporate realm and it fits well - especially among a heterogeneous network like ours. | Nagios is a very flexible, open-source, network/host monitoring application. Not only does it do reporting on host uptime and services, it can be configured to send emails and text alerts when a system or service goes down or otherwise changes. I've used this within the corporate realm and it fits well - especially among a heterogeneous network like ours. | ||
[http://www.nagios.org Nagios' Website] | [http://www.nagios.org Nagios' Website] | ||
== Installation == | |||
* NOTE: These installation notes were made during the install to [http://babbage.cs.transy.edu Babbage] on August 26th, 2009 by [mailto:chrismoore@csllama.net Chris Moore]. | |||
<code> <pre> | |||
mkdir /usr/local/nagios | |||
mkdir /usr/local/nagios-src | |||
wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.0.tar.gz | |||
tar -xvzf nagios-3.2.0.tar.gz | |||
</pre> </code> |
Revision as of 10:59, 26 August 2009
Nagios is a very flexible, open-source, network/host monitoring application. Not only does it do reporting on host uptime and services, it can be configured to send emails and text alerts when a system or service goes down or otherwise changes. I've used this within the corporate realm and it fits well - especially among a heterogeneous network like ours.
Installation
- NOTE: These installation notes were made during the install to Babbage on August 26th, 2009 by Chris Moore.
mkdir /usr/local/nagios
mkdir /usr/local/nagios-src
wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.0.tar.gz
tar -xvzf nagios-3.2.0.tar.gz