From 526b4816386b41008b461a099afd1199f8a138bb Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Wed, 13 Nov 2013 10:50:03 +0100 Subject: Now we have also Naemon as nagios fork 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 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. +[Shinken][shinken], [Naemon][naemon], 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 @@ -31,6 +32,7 @@ You can get the latest releases from the [download page][download]. [nagios]: http://www.nagios.org/ "Nagios" [icinga]: https://www.icinga.org/ "Icinga" [shinken]: http://www.shinken-monitoring.org/ "Shinken" +[naemon]: http://naemon.github.io/ "Naemon" [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" 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. page = { "description": "Standard monitoring plugins for Nagios and compatible monitoring solutions.", - "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" + "keywords": "Nagios, Icinga, Shinken, Naemon, Monitoring, Official, Plugins, Open, Source, Free, Software" } # -- cgit v0.10-9-g596f