Module: check_mk
Branch: master
Commit: af10dbaa91e1f0c8eeef5775e241443fb657c3bb
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=af10dbaa91e1f0…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Sep 12 13:28:02 2016 +0200
Unmonitored services: Display not yet added but discovered services by default
---
web/plugins/views/builtin.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/plugins/views/builtin.py b/web/plugins/views/builtin.py
index b7f3c76..fdf7338 100644
--- a/web/plugins/views/builtin.py
+++ b/web/plugins/views/builtin.py
@@ -162,7 +162,7 @@ multisite_builtin_views.update({
'context': {
'discovery_state': {'discovery_state_var0':
'on',
'discovery_state_var1': '',
- 'discovery_state_var2': ''}
+ 'discovery_state_var2': 'on'}
},
'group_painters': [('sitealias', None),
('host_with_state', 'host')],