summaryrefslogtreecommitdiffstats
path: root/web/macros.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/macros.py')
-rw-r--r--web/macros.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/macros.py b/web/macros.py
index a4566fe..43a46e0 100644
--- a/web/macros.py
+++ b/web/macros.py
@@ -1,11 +1,12 @@
1import time 1import time
2 2
3plugins_release = '1.4.16' 3plugins_release = '1.5'
4mib_release = '1.0.1' 4mib_release = '1.0.1'
5page = { 5page = {
6 "description": "Standard plugins for Nagios and compatible monitoring solutions.", 6 "description": "Standard plugins for Nagios and compatible monitoring solutions.",
7 "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software" 7 "keywords": "Nagios, Icinga, Shinken, Monitoring, Official, Plugins, Open, Source, Free, Software"
8} 8}
9release_notes = 'doc/release-notes/' + plugins_release.replace('.', '-') + '.html'
9 10
10def menu(): 11def menu():
11 menu_pages = [p for p in pages if 'menu-position' in p] 12 menu_pages = [p for p in pages if 'menu-position' in p]