Penguin

Differences between version 5 and revision by previous author of Nagios.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 5 Last edited on Thursday, October 6, 2005 5:05:36 am by AristotlePagaltzis Revert
Older page: version 4 Last edited on Friday, August 15, 2003 10:48:19 am by JohnMcPherson Revert
@@ -1,13 +1,13 @@
-NagiosĀ® is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the Linux operating system , but works fine under most *NIX variants as well. The monitoring daemon runs intermittent checks on hosts and services you specify using external "plugins" which return status information to Nagios. When problems are encountered, the daemon can send notifications out to administrative contacts in a variety of different ways (email , instant message , SMS, etc.). Current status information, historical logs, and reports can all be accessed via a web browser
+[ NagiosĀ® | http://www.nagios.org/] is a host and service monitor designed to inform you of network problems before your clients, end-users or managers do. It has been designed to run under the [ Linux] OperatingSystem , but works fine under most [Unix] variants as well. The monitoring daemon runs intermittent checks on hosts and services you specify using external "plugins" which return status information to Nagios. When problems are encountered, the daemon can send notifications out to administrative contacts in a variety of different ways ([Email] , [IM] , [ SMS] , etc.). Current status information, historical logs, and reports can all be accessed via a WebBrowser
  
 It used to go by the name NetSaint but has recently changed to Nagios 
  
-* Monitoring of network services (SMTP, POP3, HTTP, NNTP, PING , etc.)  
-* Monitoring of host resources (processor load, disk and memory usage, running processes, log files, etc.) 
+* Monitoring of network services ([ SMTP] , [ POP3] , [ HTTP] , [ NNTP] , Ping , etc.)  
+* Monitoring of host resources ([CPU] load, disk and memory usage, running processes, log files, etc.) 
 * Simple plugin design that allows users to easily develop their own host and service checks 
 * Ability to define network host hierarchy, allowing detection of and distinction between hosts that are down and those that are unreachable 
-* Contact notifications when service or host problems occur and get resolved (via email , pager, or other user-defined method) 
+* Contact notifications when service or host problems occur and get resolved (via [Email] , pager, or other user-defined method) 
 * Optional escalation of host and service notifications to different contact groups 
 * Ability to define event handlers to be run during service or host events for proactive problem resolution 
 * Support for implementing redundant and distributed monitoring servers 
 * External command interface that allows on-the-fly modifications to be made to the monitoring and notification behavior through the use of event handlers, the web interface, and third-party applications 
@@ -17,30 +17,36 @@
 * Web interface for viewing current network status, notification and problem history, log file, etc. 
 * Simple authorization scheme that allows you restrict what users can see and do from the web interface 
 * Generates pretty network status maps 
  
-Nagios has many features that NetSaint lacks but the most important one is that it allows you to configure it using template based configuration files, This simplifies the configuration hugely and reduces the chance of mistakes. Your config for a server goes from this  
- host[ [gatekeeper]=Gatekeeper (Main Cloverly Server);10.230.1.1;;check-host-alive;5;60;24x7;1;1;1;  
-to this 
+[ Nagios] has many features that NetSaint lacks but the most important one is that it allows you to configure it using template based configuration files, This simplifies the configuration hugely and reduces the chance of mistakes. Your config for a server goes from this:''''  
+  
+ <verbatim>  
+ host[gatekeeper]=Gatekeeper (Main Cloverly Server);10.230.1.1;;check-host-alive;5;60;24x7;1;1;1;  
+ </verbatim>  
+  
+to this:''''  
+  
+ <verbatim>  
  define host{ 
  use generic-host ; Name of host template to use 
-  
  host_name gatekeeper 
  alias Gatekeeper (Main Cloverly Server) 
  address 10.230.1.1 
  max_check_attempts 3 
  notification_interval 120 
  notification_period 24x7 
  notification_options d,u,r 
 
+ </verbatim>  
  
+Some downsides that I have encountered so far:  
  
-Some downsides that I have encountered so far  
- * Very basic authentication method - apache htaccess files, does not integrate well with existing authentication systems  
-* The notifications take some setting up to ensure that you do not get flooded with email .  
-* Not yet in debian stable/testing only in unstable 
+* Very basic authentication method -- [Apache] htaccess files, does not integrate well with existing authentication systems  
+* The notifications take some setting up to ensure that you do not get flooded with [Email] .  
+* Not yet in [Debian] stable/testing, only in unstable ''~RemoveFromMe: is that still true? --AristotlePagaltzis''  
  
-----  
+!! Screenshot  
  
-Official web site: [http://www .nagios .org /] 
+[http://images .freshmeat .net /screenshots/27961.png
  
-NagiosScreenshots available here
+Courtesy of FreshMeat. See also [the official screenshots | http://www.nagios.org/screenshot.php]