summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2013-11-13 09:50:03 (GMT)
committerJan Wagner <waja@cyconet.org>2013-11-13 09:50:03 (GMT)
commit526b4816386b41008b461a099afd1199f8a138bb (patch)
tree173a8fc9284bc84c1b44e8ead1897d26f7660bba /web
parentc6d5a0e95032110cb5f12c20e35cba8656bbdcf6 (diff)
downloadsite-526b4816386b41008b461a099afd1199f8a138bb.tar.gz
Now we have also Naemon as nagios fork
Diffstat (limited to 'web')
-rw-r--r--web/input/index.md12
-rw-r--r--web/macros.py2
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
7We, the [Nagios Plugins Development Team][team], maintain a bundle of more 7We, the [Nagios Plugins Development Team][team], maintain a bundle of more
8than fifty standard plugins for [Nagios][nagios], [Icinga][icinga], 8than 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
10straightforward plugin interface [originally invented][history] by the [Nagios 10use the straightforward plugin interface [originally invented][history] by the
11folks][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
12specific type of check. Typically, your monitoring software runs these 12provides a specific type of check. Typically, your monitoring software runs
13plugins to determine the current status of hosts and services on your network. 13these plugins to determine the current status of hosts and services on your
14network.
14 15
15Some of the provided plugins let you check local system metrics (such as [load 16Some of the provided plugins let you check local system metrics (such as [load
16averages][load], [processes][procs], or [disk space usage][disk]), others use 17averages][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
19page = { 19page = {
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#