diff options
Diffstat (limited to 'web/content/index.md')
-rw-r--r-- | web/content/index.md | 49 |
1 files changed, 0 insertions, 49 deletions
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 @@ | |||
1 | title: Home | ||
2 | menu-position: 1 | ||
3 | --- | ||
4 | |||
5 | # The Nagios Plugins Project | ||
6 | |||
7 | We, the [Nagios Plugins Development Team][team], maintain a bundle of more | ||
8 | than fifty standard plugins for [Nagios][nagios], [Icinga][icinga], | ||
9 | [Shinken][shinken], and other monitoring applications that use the | ||
10 | straightforward plugin interface [originally invented][history] by the [Nagios | ||
11 | folks][folks]. Each plugin is a stand-alone command line tool that provides a | ||
12 | specific type of check. Typically, your monitoring software runs these | ||
13 | plugins to determine the current status of hosts and services on your network. | ||
14 | |||
15 | Some of the provided plugins let you check local system metrics (such as [load | ||
16 | averages][load], [processes][procs], or [disk space usage][disk]), others use | ||
17 | various network protocols (such as [ICMP][icmp], [SNMP][snmp], or | ||
18 | [HTTP][http]) to perform remote checks. This allows for checking a large | ||
19 | number of common host and service types. For more specific needs, thousands | ||
20 | of community-contributed plugins can be found on sites such as [Nagios | ||
21 | Exchange][nagex] or [Monitoring Exchange][monex]. | ||
22 | |||
23 | In addition to the core plugins bundle, we maintain a [Perl module][module] | ||
24 | that makes it [easy][presentation] to write your own plugin. We also take | ||
25 | care of an SNMP MIB used for traps sent from Nagios, and of the [Nagios Plugin | ||
26 | Development Guidelines][guidelines]. | ||
27 | |||
28 | You 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]: doc/man/check_load.html "check_load" | ||
37 | [procs]: doc/man/check_procs.html "check_procs" | ||
38 | [disk]: doc/man/check_disk.html "check_disk" | ||
39 | [icmp]: doc/man/check_icmp.html "check_icmp" | ||
40 | [snmp]: doc/man/check_snmp.html "check_snmp" | ||
41 | [http]: doc/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 "Nagios 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: # %--> | ||