diff options
author | Jan Wagner <waja@cyconet.org> | 2014-01-18 15:08:51 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-01-18 15:08:51 (GMT) |
commit | c7e2646748dc435a18947483c2147a7197c9b983 (patch) | |
tree | daa9232a63bdf19aace68114218231a4ae3ee3e0 | |
parent | 0f0a943d5429cf8db0f7f6cc9bc2679ed9329901 (diff) | |
download | site-c7e2646748dc435a18947483c2147a7197c9b983.tar.gz |
Mentioning Sensu
-rw-r--r-- | web/input/index.md | 3 | ||||
-rw-r--r-- | web/macros.py | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/web/input/index.md b/web/input/index.md index fc8a0ce..78a4f5e 100644 --- a/web/input/index.md +++ b/web/input/index.md | |||
@@ -6,7 +6,7 @@ menu: 1 | |||
6 | 6 | ||
7 | We, the [Monitoring Plugins Development Team][team], maintain a bundle of more | 7 | We, the [Monitoring 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], [Naemon][naemon], and other monitoring applications. Each | 9 | [Shinken][shinken], [Naemon][naemon], [Sensu][sensu] and other monitoring applications. Each |
10 | plugin is a stand-alone command line tool that provides a specific type of | 10 | plugin is a stand-alone command line tool that provides a specific type of |
11 | check. Typically, your monitoring software runs these plugins to determine | 11 | check. Typically, your monitoring software runs these plugins to determine |
12 | the current status of hosts and services on your network. | 12 | the current status of hosts and services on your network. |
@@ -37,6 +37,7 @@ You can get the latest releases from the [download page][download]. | |||
37 | [icinga]: https://www.icinga.org/ "Icinga" | 37 | [icinga]: https://www.icinga.org/ "Icinga" |
38 | [shinken]: http://www.shinken-monitoring.org/ "Shinken" | 38 | [shinken]: http://www.shinken-monitoring.org/ "Shinken" |
39 | [naemon]: http://naemon.github.io/ "Naemon" | 39 | [naemon]: http://naemon.github.io/ "Naemon" |
40 | [sensu]: http://sensuapp.org/ "Sensu" | ||
40 | [load]: doc/man/check_load.html "check_load" | 41 | [load]: doc/man/check_load.html "check_load" |
41 | [procs]: doc/man/check_procs.html "check_procs" | 42 | [procs]: doc/man/check_procs.html "check_procs" |
42 | [disk]: doc/man/check_disk.html "check_disk" | 43 | [disk]: doc/man/check_disk.html "check_disk" |
diff --git a/web/macros.py b/web/macros.py index 5381ce9..dbb4e93 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, Naemon, Monitoring, Official, Plugins, Open, Source, Free, Software" | 21 | "keywords": "Nagios, Icinga, Shinken, Naemon, Sensu, Monitoring, Official, Plugins, Open, Source, Free, Software" |
22 | } | 22 | } |
23 | 23 | ||
24 | # | 24 | # |