From 84c4a5d24cbef536b8248a3d8ff72bb2b4248c29 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sat, 5 Oct 2013 00:56:26 +0200 Subject: Add test instance of the web site Serve https://www.nagios-plugins.org:444/ from the "test" branch of this repository. --- web/content/index.md | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 web/content/index.md (limited to 'web/content/index.md') diff --git a/web/content/index.md b/web/content/index.md deleted file mode 100644 index 8ab186c..0000000 --- a/web/content/index.md +++ /dev/null @@ -1,49 +0,0 @@ -title: Home -menu-position: 1 ---- - -# The Nagios Plugins Project - -We, the [Nagios Plugins Development Team][team], maintain a bundle of more -than fifty standard plugins for [Nagios][nagios], [Icinga][icinga], -[Shinken][shinken], and other monitoring applications that use the -straightforward plugin interface [originally invented][history] by the [Nagios -folks][folks]. Each plugin is a stand-alone command line tool that provides a -specific type of check. Typically, your monitoring software runs these -plugins to determine the current status of hosts and services on your network. - -Some of the provided plugins let you check local system metrics (such as [load -averages][load], [processes][procs], or [disk space usage][disk]), others use -various network protocols (such as [ICMP][icmp], [SNMP][snmp], or -[HTTP][http]) to perform remote checks. This allows for checking a large -number of common host and service types. For more specific needs, thousands -of community-contributed plugins can be found on sites such as [Nagios -Exchange][nagex] or [Monitoring Exchange][monex]. - -In addition to the core plugins bundle, we maintain a [Perl module][module] -that makes it [easy][presentation] to write your own plugin. We also take -care of an SNMP MIB used for traps sent from Nagios, and of the [Nagios Plugin -Development Guidelines][guidelines]. - -You can get the latest releases from the [download page][download]. - -[team]: team.html "Nagios Plugins Development Team" -[nagios]: http://www.nagios.org/ "Nagios" -[icinga]: https://www.icinga.org/ "Icinga" -[shinken]: http://www.shinken-monitoring.org/ "Shinken" -[history]: http://www.nagios.org/about/history "Nagios (Plugins) History" -[folks]: http://www.nagios.org/about/team "Nagios Team" -[load]: doc/man/check_load.html "check_load" -[procs]: doc/man/check_procs.html "check_procs" -[disk]: doc/man/check_disk.html "check_disk" -[icmp]: doc/man/check_icmp.html "check_icmp" -[snmp]: doc/man/check_snmp.html "check_snmp" -[http]: doc/man/check_http.html "check_http" -[nagex]: http://exchange.nagios.org/directory/Plugins "Plugins on Nagios Exchange" -[monex]: https://www.monitoringexchange.org/inventory/Check-Plugins "Plugins on Monitoring Exchange" -[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin Module" -[guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" -[presentation]: doc/presentation.html "Nagios::Plugin Presentation" -[download]: download.html "Download" - - -- cgit v1.2.3-74-g34f1