diff options
-rw-r--r-- | web/input/index.md | 12 | ||||
-rw-r--r-- | web/macros.py | 2 |
2 files changed, 8 insertions, 6 deletions
diff --git a/web/input/index.md b/web/input/index.md index b860177..d93143a 100644 --- a/web/input/index.md +++ b/web/input/index.md | |||
@@ -6,11 +6,12 @@ menu: 1 | |||
6 | 6 | ||
7 | We, the [Nagios Plugins Development Team][team], maintain a bundle of more | 7 | We, the [Nagios Plugins Development Team][team], maintain a bundle of more |
8 | than fifty standard plugins for [Nagios][nagios], [Icinga][icinga], | 8 | than fifty standard plugins for [Nagios][nagios], [Icinga][icinga], |
9 | [Shinken][shinken], and other monitoring applications that use the | 9 | [Shinken][shinken], [Naemon][naemon], and other monitoring applications that |
10 | straightforward plugin interface [originally invented][history] by the [Nagios | 10 | use the straightforward plugin interface [originally invented][history] by the |
11 | folks][folks]. Each plugin is a stand-alone command line tool that provides a | 11 | [Nagios folks][folks]. Each plugin is a stand-alone command line tool that |
12 | specific type of check. Typically, your monitoring software runs these | 12 | provides a specific type of check. Typically, your monitoring software runs |
13 | plugins to determine the current status of hosts and services on your network. | 13 | these plugins to determine the current status of hosts and services on your |
14 | network. | ||
14 | 15 | ||
15 | Some of the provided plugins let you check local system metrics (such as [load | 16 | 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 | averages][load], [processes][procs], or [disk space usage][disk]), others use |
@@ -31,6 +32,7 @@ You can get the latest releases from the [download page][download]. | |||
31 | [nagios]: http://www.nagios.org/ "Nagios" | 32 | [nagios]: http://www.nagios.org/ "Nagios" |
32 | [icinga]: https://www.icinga.org/ "Icinga" | 33 | [icinga]: https://www.icinga.org/ "Icinga" |
33 | [shinken]: http://www.shinken-monitoring.org/ "Shinken" | 34 | [shinken]: http://www.shinken-monitoring.org/ "Shinken" |
35 | [naemon]: http://naemon.github.io/ "Naemon" | ||
34 | [history]: http://www.nagios.org/about/history "Nagios (Plugins) History" | 36 | [history]: http://www.nagios.org/about/history "Nagios (Plugins) History" |
35 | [folks]: http://www.nagios.org/about/team "Nagios Team" | 37 | [folks]: http://www.nagios.org/about/team "Nagios Team" |
36 | [load]: doc/man/check_load.html "check_load" | 38 | [load]: doc/man/check_load.html "check_load" |
diff --git a/web/macros.py b/web/macros.py index f2d57a8..c950a04 100644 --- a/web/macros.py +++ b/web/macros.py | |||
@@ -18,7 +18,7 @@ there as well. | |||
18 | 18 | ||
19 | page = { | 19 | page = { |
20 | "description": "Standard monitoring plugins for Nagios and compatible monitoring solutions.", | 20 | "description": "Standard monitoring plugins for Nagios and compatible monitoring solutions.", |
21 | "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" | 21 | "keywords": "Nagios, Icinga, Shinken, Naemon, Monitoring, Official, Plugins, Open, Source, Free, Software" |
22 | } | 22 | } |
23 | 23 | ||
24 | # | 24 | # |