19.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

Line 21: Line 21:
-
'''Nagios''' ({{IPAEng|ˈnɑːdʒioʊs}}) 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''' 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, 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.
Line 43: Line 43:
* Optional [[WWW|web]] interface for viewing current network status, notifications, problem history, log files, etc.
* 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:Nadzorovanje omrežij]]
[[Category:Abecedni seznam programov]]
[[Category:Abecedni seznam programov]]

Revision as of 12:06, 31 January 2008

Nagios
Image:Nagios-status-detail.png
Screenshot of the Nagios web interface
Author Ethan Galstad
Initial release May 10, 2002
Latest release 2.10 / October 21, 2007
Preview release 3.0rc2 / January 29, 2008
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