From 6ced3a7e636eed9c05d976289e86cbb4efc7e703 Mon Sep 17 00:00:00 2001 From: Scott Baker Date: Fri, 23 May 2014 14:41:14 -0700 Subject: [PATCH] remove kairos and nagios --- planetstack/planetstack/settings.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/planetstack/planetstack/settings.py b/planetstack/planetstack/settings.py index 0f4f0d7..cddc5d1 100644 --- a/planetstack/planetstack/settings.py +++ b/planetstack/planetstack/settings.py @@ -144,8 +144,8 @@ INSTALLED_APPS = ( 'hpc', 'requestrouter', 'cassandra', - 'kairos', - 'nagios', +# 'kairos', +# 'nagios', 'syndicate', 'geoposition', ) @@ -204,8 +204,8 @@ SUIT_CONFIG = { {'label': 'HyperCache', 'icon':'icon-cog', 'app': 'hpc'}, {'label': 'Syndicate', 'icon':'icon-cog', 'app': 'syndicate'}, {'label': 'Cassandra', 'icon':'icon-cog', 'app': 'cassandra'}, - {'label': 'KairosDB', 'icon':'icon-cog', 'app': 'kairos'}, - {'label': 'Nagios', 'icon':'icon-cog', 'app': 'nagios'}, +# {'label': 'KairosDB', 'icon':'icon-cog', 'app': 'kairos'}, +# {'label': 'Nagios', 'icon':'icon-cog', 'app': 'nagios'}, #{'label': 'Configured Services', 'icon':'icon-cog', 'models': [{'label': 'Content Delivery Network', 'app':'hpc'}]}, # 'sites', -- 2.47.0