diff options
-rw-r--r-- | web/macros.py | 2 |
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 | |||
5 | plugins_release = '1.5' | 5 | plugins_release = '1.5' |
6 | mib_release = '1.0.1' | 6 | mib_release = '1.0.1' |
7 | page = { | 7 | page = { |
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 | } |
11 | release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html' | 11 | release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html' |