20.04.2024

From COKS - Open Source Center - Slovenia

(Difference between revisions)
Jump to: navigation, search
Abecedni seznam programov
Source Forge > Sistem > Omrežja > Nadzorovanje omrežij

Current revision (13:15, 17 May 2010) (edit) (undo)
 
(44 intermediate revisions not shown.)
Line 1: Line 1:
-
-
+
{{Infobox Software
-
[[Kategorija: Programska oprema]]
+
| name = Nagios
 +
| logo = [[Image:Nagios.gif]]
 +
| caption = Screenshot of the Nagios web interface
 +
| author = Ethan Galstad
 +
| developer =
 +
| released =
 +
| latest release version = 3.2
 +
| latest release date =
 +
| operating system = [[Unix-like]]
 +
| platform =
 +
| language =
 +
| genre = Network monitoring
 +
| license = [[GNU General Public License]]
 +
| website = [https://www.nagios.org/ www.nagios.org]
 +
}}
 +
 
 +
 
 +
 
 +
'''Nagios''' is a popular [[open source]] [[computer system]] and [[network monitoring]] [[application software]]. It watches [[node (networking)|host]]s and services that you specify, alerting you when things go bad and again when they get better.
 +
 
 +
Nagios, originally created under the name [https://www.netsaint.org NetSaint], was written and is currently maintained by Ethan Galstad, along with a group of [[Software developer|developer]]s actively maintaining both official and unofficial [[plugin]]s.
 +
 
 +
Nagios was originally designed to run under [[Linux]], but also runs well on other [[Unix]] variants.
 +
 
 +
Nagios is [[license]]d under the [[GNU General Public License]] version 2 as published by the [[Free Software Foundation]].
 +
 
 +
==Overview==
 +
* Monitoring of network services ([[Simple Mail Transfer Protocol|SMTP]], [[Post Office Protocol|POP3]], [[HTTP]], [[Network News Transfer Protocol|NNTP]], [[Internet Control Message Protocol|ICMP]], [[Simple network management protocol|SNMP]], [[File Transfer Protocol|FTP]], [[Secure Shell|SSH]])
 +
* Monitoring of host resources ([[central processing unit|processor]] load, [[hard disk|disk]] usage, system logs) on a majority of [[network operating system]]s, even [[Microsoft Windows]] with the [https://www.miwi-dv.com/nrpent NRPE_NT] plugins.
 +
* Monitoring of anything else like probes (temperature, alarms...) which have the ability to send collected data via a network to specifically written plugins
 +
* Remote monitoring supported through [[Secure shell|SSH]] or [[Secure Sockets Layer|SSL]] [[Encryption|encrypted]] tunnels.
 +
* Simple plugin design that allows users to easily develop their own service checks depending on needs, by using the tools of choice ([[Bash]], [[C++]], [[Perl]], [[Ruby programming language|Ruby]], [[Python (programming language)|Python]], [[PHP]], [[C Sharp programming language|C#]], etc.)
 +
* Parallelized service checks available
 +
* Ability to define network host [[hierarchy]] using "parent" hosts, 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]], [[Short message service|SMS]], or any user-defined method through plugin system)
 +
* Ability to define event handlers to be run during service or host events for proactive problem resolution
 +
* Automatic [[log file]] rotation
 +
* Support for implementing [[redundancy (engineering)|redundant]] monitoring hosts
 +
* Optional [[WWW|web]] interface for viewing current network status, notifications, problem history, log files, etc.
 +
 
 +
 
 +
 
 +
----
 +
This software is supported by ''COKS'' at [mailto:podpora@coks.si podpora@coks.si]
 +
 
 +
[[Category:Nadzorovanje omrežij]]
 +
[[Category:Abecedni seznam programov]]

Current revision

Nagios
Image:Nagios.gif
Author Ethan Galstad
Latest release 3.2
OS Unix-like
Genre Network monitoring
License GNU General Public License
Website www.nagios.org


Nagios is a popular open source computer system and network monitoring application software. It watches hosts and services that you specify, alerting you when things go bad and again when they get better.

Nagios, originally created under the name NetSaint, was written and is currently maintained by Ethan Galstad, along with a group of developers actively maintaining both official and unofficial plugins.

Nagios was originally designed to run under Linux, but also runs well on other Unix variants.

Nagios is licensed under the GNU General Public License version 2 as published by the Free Software Foundation.

Overview

  • Monitoring of network services (SMTP, POP3, HTTP, NNTP, ICMP, SNMP, FTP, SSH)
  • Monitoring of host resources (processor load, disk usage, system logs) on a majority of network operating systems, even Microsoft Windows with the NRPE_NT plugins.
  • Monitoring of anything else like probes (temperature, alarms...) which have the ability to send collected data via a network to specifically written plugins
  • Remote monitoring supported through SSH or SSL encrypted tunnels.
  • Simple plugin design that allows users to easily develop their own service checks depending on needs, by using the tools of choice (Bash, C++, Perl, Ruby, Python, PHP, C#, etc.)
  • Parallelized service checks available
  • Ability to define network host hierarchy using "parent" hosts, 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, SMS, or any user-defined method through plugin system)
  • Ability to define event handlers to be run during service or host events for proactive problem resolution
  • Automatic log file rotation
  • Support for implementing redundant monitoring hosts
  • Optional web interface for viewing current network status, notifications, problem history, log files, etc.



This software is supported by COKS at podpora@coks.si