summaryrefslogtreecommitdiffstats
path: root/web/content/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'web/content/index.md')
-rw-r--r--web/content/index.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/web/content/index.md b/web/content/index.md
new file mode 100644
index 0000000..cf4af8f
--- /dev/null
+++ b/web/content/index.md
@@ -0,0 +1,49 @@
1title: Home
2menu-position: 1
3---
4
5# The Nagios Plugins Project
6
7We, the [Nagios Plugins Development Team][team], maintain a bundle of more
8than fifty standard plugins for [Nagios][nagios], [Icinga][icinga],
9[Shinken][shinken], and other monitoring applications that use the
10straightforward plugin interface [originally invented][history] by the [Nagios
11folks][folks]. Each plugin is a stand-alone command line tool that provides a
12specific type of check. Typically, your monitoring software runs these
13plugins to determine the current status of hosts and services on your network.
14
15Some of the provided plugins let you check local system metrics (such as [load
16averages][load], [processes][procs], or [disk space usage][disk]), others use
17various network protocols (such as [ICMP][icmp], [SNMP][snmp], or
18[HTTP][http]) to perform remote checks. This allows for checking a large
19number of common host and service types. For more specific needs, thousands
20of community-contributed plugins can be found on sites such as [Nagios
21Exchange][nagex] or [Monitoring Exchange][monex].
22
23In addition to the core plugins bundle, we maintain a [Perl module][module]
24that makes it [easy][presentation] to write your own plugin. We also take
25care of an SNMP MIB used for traps sent from Nagios, and of the [Nagios Plugin
26Development Guidelines][guidelines].
27
28You can get the latest releases from the [download page][download].
29
30[team]: team.html "Nagios Plugins Development Team"
31[nagios]: http://www.nagios.org/ "Nagios"
32[icinga]: https://www.icinga.org/ "Icinga"
33[shinken]: http://www.shinken-monitoring.org/ "Shinken"
34[history]: http://www.nagios.org/about/history "Nagios (Plugins) History"
35[folks]: http://www.nagios.org/about/team "Nagios Team"
36[load]: man/check_load.html "check_load"
37[procs]: man/check_procs.html "check_procs"
38[disk]: man/check_disk.html "check_disk"
39[icmp]: man/check_icmp.html "check_icmp"
40[snmp]: man/check_snmp.html "check_snmp"
41[http]: man/check_http.html "check_http"
42[nagex]: http://exchange.nagios.org/directory/Plugins "Plugins on Nagios Exchange"
43[monex]: https://www.monitoringexchange.org/inventory/Check-Plugins "Plugins on Monitoring Exchange"
44[module]: http://search.cpan.org/dist/Nagios-Plugin/ "Nagios::Plugin Module"
45[guidelines]: doc/guidelines.html "Monitoring Plugin Development Guidelines"
46[presentation]: doc/presentation.html "Nagios::Plugin Presentation"
47[download]: download.html "Download"
48
49<!--% # vim:set filetype=markdown textwidth=78 joinspaces: # %-->