summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/macros.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/macros.py b/web/macros.py
index 27e91d5..f3b6ec6 100644
--- a/web/macros.py
+++ b/web/macros.py
@@ -5,7 +5,7 @@ import time
5plugins_release = '1.5' 5plugins_release = '1.5'
6mib_release = '1.0.1' 6mib_release = '1.0.1'
7page = { 7page = {
8 "description": "Standard plugins for Nagios and compatible monitoring solutions.", 8 "description": "Standard monitoring plugins for Nagios and compatible monitoring solutions.",
9 "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" 9 "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software"
10} 10}
11release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html' 11release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html'