Original author(s) | Ethan Galstad and others |
---|---|
Initial release | March 1, 2002[1] |
Stable release | 4.4.8
/ October 4, 2022[2] |
Repository | github |
Written in | C |
Operating system | Cross-platform |
Type | Network monitoring |
License | GPLv2 |
Website | www |
Nagios /ˈnɑːɡiːoʊs/ is an event monitoring system. Nagios offers monitoring and alerting services for servers, switches, applications and services. It alerts users when things go wrong and alerts them a second time when the problem has been resolved.
Ethan Galstad and a group of developers originally wrote Nagios as NetSaint.[3] (As of 2015), they actively maintain both the official and unofficial plugins. Nagios is a recursive acronym: "Nagios Ain't Gonna Insist On Sainthood"[4] – "sainthood" makes reference to the original name NetSaint, which changed in response to a legal challenge by owners of a similar trademark.[5] "Agios" (or "hagios") also transliterates the Greek word άγιος, which means "saint".
Nagios was originally designed to run under Linux, but it also runs on other Unix variants. It is free software licensed under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
On 16 January 2014, Nagios Enterprises redirected the nagios-plugins.org domain to a web server controlled by Nagios Enterprises without explicitly notifying the Nagios Plugins community team the consequences of their actions.[6][7] Nagios Enterprises replaced the nagios-plugins team with a group of new, different members.[8] The community team members who were replaced continued their work under the name Monitoring Plugins along with a new website with the new domain of monitoring-plugins.org.[9]
Nagios agents include:
check_nrpe
plugin. NRPE allows you to remotely execute Nagios plugins on other Linux/Unix machines. This allows you to monitor remote machine metrics (disk usage, CPU load, etc.). NRPE can also communicate with some of the Windows agent add-ons, so you can execute scripts and check metrics on remote Windows machines, as well. As of 28 Jan 2020, NRPE 4.0.1 has been deprecated.[11]check_nt
. As NRPE, NSClient++ allows to monitor the so-called 'private services' (memory usage, CPU load, disk usage, running processes, etc.) Nagios is a host and service monitor which is designed to inform you of network problems.Nagios XI is a proprietary interface using Nagios Core as the back-end, written and maintained by the original author, Ethan Galstad, and Nagios Enterprises. CentOS and RHEL are the currently supported operating systems. It combines Nagios Core with other technologies. Its main database and the ndoutils module that is used alongside Nagios Core use MySQL. While the front-end of Nagios Core is mainly CGI with some PHP,[14] most of the Nagios XI front-end and back-end are written in PHP including the subsystem, event handlers, and notifications, and Python is used to create capacity planning reports and other reports. RRDtool and Highcharts are included to create customizable graphs that can be displayed in dashboards.
Original source: https://en.wikipedia.org/wiki/Nagios.
Read more |