Skip to content
Nagios

Official website (https://www.nagios.org/)

EntityQ1134360· pop 22· linked from 42 articles

Also known as NetSaint

Nagios () is an open-source network and infrastructure monitoring system. It monitors hosts, services, and network devices, sending alerts when components fail and again when they recover. Originally written by Ethan Galstad in 1999 as NetSaint, it was renamed Nagios in 2002 after a trademark dispute. The name is a recursive acronym: "Nagios Ain't Gonna Insist On Sainthood."

Key facts

Software.name
Nagios Core
Software.logo
Nagios logo.svg
Software.logo_upright
1.2
Software.author
Ethan Galstad
Software.developer
Nagios Enterprises
Software.latest release version
4.5.11
Software.programming language
C
Software.operating system
Linux, Unix
Software.genre
Network monitoring
Software.license
GPLv2

via Wikipedia infobox

Official website

Nagios | Open Source Network Monitoring Solution

Free open source IT monitoring tool with Nagios Core. 25+ years of monitoring servers, networks, applications, and infrastructure. Trusted by 1m+ users worldwide., Nagios Core is a powerful open source monitoring engine with support for plugins, add-ons, NCPA, Mod-Gearman, and community-driven integrations.

nagios.org

Nagios builds industry-leading monitoring solutions that help organizations ensure the health, performance, and reliability of their IT infrastructure. With Nagios monitoring tools, you can proactively detect issues, receive instant Nagios alerts, and maintain optimal performance across servers, networks, applications, and critical services. Nagios began in 1999, when Ethan Galstad developed the open-source Nagios Core engine for IT infrastructure monitoring. What started as a solution to monitor network services has evolved into the world’s most trusted monitoring platform. Today, Nagios Enterprises sponsors and supports the open-source monitoring tool while offering commercial products that extend the power of Naigos Core with advanced visualization, automation, reporting, and enterprise governance. Our mission is to make IT environments more stable, more predictable, and easier to manage for teams of all sizes. Open source means open collaboration. From plugins to full-scale integrations, the Nagios Community powers innovation and reliability across IT infrastructures worldwide. Join the conversation, share your expertise, and help shape the future of open-source monitoring. The monitoring engine that started it all. Monitor websites, servers, switches, routers, firewalls, ports, applications, metrics, and more. Monitor Windows, Linux, and Mac in real time. NCPA is a cross-platform agent for servers, system metrics, applications, and networks. 50+ ready-made checks packaged with Nagios including check ping, check ssh, check cpu, check memory, check linux, and more. Adds scalability and performance to Nagios Core, enabling users of Nagios Core and XI to effectively monitor large environments. Web UIs, auto-discovery scripts & change management interfaces to simplify Nagios configuration without manual file editing. Transform Nagios data into dashboards, network maps & performance graphs for intuitive monitoring and business insights.

Read more on their site →

Excerpt from the official site · 7,708 chars · not written by Vinony

Source code

Nagios is a host/service/network monitoring program written in C and released under the GNU General Public License, version 2. CGI programs are included to allow you to view the current status, history, etc via a web interface if you so desire. Visit the Nagios homepage at for documentation, new releases, bug reports, information on discussion forums, and more. Monitoring of network services (via SMTP, POP3, HTTP, PING, etc). Monitoring of host resources (processor load, disk usage, etc.). A plugin interface to allow for user-developed service monitoring methods. Ability to define network host hierarchy using "parent" hosts, allowing detection of and distinction between hosts that are down and those that are unreachable. Notifications when problems occur and get resolved (via email, pager, or user-defined method). Ability to define event handlers for proactive problem resolution. Automatic log file rotation/archiving. Optional web interface for viewing current network status, notification and problem history, log file, etc. See the Changelog for a summary of important changes and fixes, or the commit history for more detail. Quickstart installation guides are available to help you get Nagios up and monitoring. Patches and GitHub pull requests are welcome. Pull requests on GitHub link commits in version control to review and discussion of the changes, helping to show how and why changes were made, in addition to who was involved. Created by Ethan Galstad, the success of Nagios has been due to the fantastic community members that support it and provide bug reports, patches, and great ideas. See the THANKS file for some of the many who have contributed since 1999.

Excerpt from the source-code README · 3,426 chars · not written by Vinony

Wikidata facts

Official name
Nagios
Official website
www.nagios.org
Show 4 more facts
Commons category
Nagios
software version identifier
4.5.12
inception
1999-03-14
source code repository URL
github.com/NagiosEnterprises/nagioscore
Sources (6)

via Wikidata · CC0

~5 min read

Article

12 sections
Contents
  • History
  • Icinga fork
  • Plugins controversy
  • Architecture
  • Plugin model
  • Agents
  • Web interface
  • Nagios XI
  • See also
  • References
  • Further reading
  • External links

Nagios () is an open-source network and infrastructure monitoring system. It monitors hosts, services, and network devices, sending alerts when components fail and again when they recover. Originally written by Ethan Galstad in 1999 as NetSaint, it was renamed Nagios in 2002 after a trademark dispute. The name is a recursive acronym: "Nagios Ain't Gonna Insist On Sainthood."

Nagios uses a plugin-based architecture: the core scheduler runs check plugins at configured intervals, processes the results, and triggers notifications. Hundreds of community-developed plugins exist for monitoring specific services and hardware. Nagios is written in C and runs on Linux and other Unix systems. It is licensed under the GPLv2.

Connections

Categories