Host- and Service events'
Message-ID: <5152c1eb.y85OvZTQ+MlMZC5S%mk(a)mathias-kettner.de>
User-Agent: Heirloom mailx 12.4 7/29/08
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Module: check_mk
Branch: master
Commit: 915f364eda57ff2f56a072ee077402b462c8b82f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=915f364eda57ff…
Author: Mathias Kettner <mk(a)mathias-kettner.de>
Date: Wed Mar 27 10:54:35 2013 +0100
Add logentry class filter to view 'Host- and Service events'
---
ChangeLog | 1 +
web/plugins/views/builtin.py | 3 ++-
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 953d7f2..f9751c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -107,6 +107,7 @@
* New filter for IP address of a host
* Quicksearch: allow searching for complete IP addresses and IP
address prefixes
+ * Add logentry class filter to view 'Host- and Service events'
BI:
* FIX: fix exception with expansion level being 'None'
diff --git a/web/plugins/views/builtin.py b/web/plugins/views/builtin.py
index 1812b20..80b0daa 100644
--- a/web/plugins/views/builtin.py
+++ b/web/plugins/views/builtin.py
@@ -1641,7 +1641,8 @@ multisite_builtin_views.update({
'serviceregex',
'logtime',
'log_plugin_output',
- 'log_state',],
+ 'log_state',
+ 'log_class'],
'sorters': [('log_time', False), ('log_lineno',
False)],
'title': _('Host- and Service events'),
'topic': _('Other')},