Module: check_mk
Branch: master
Commit: 81a5c71d0f5ae7aee67ca4ed8e965f4f696c1aa5
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=81a5c71d0f5ae7…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Apr 29 14:17:11 2016 +0200
3449 The host alias can now be used in BI aggregates
When matching for hosts in BI aggregations it is now possible to match
hosts with regular expressions by their host alias instead of the host name.
Additionally it is now possible to use the host alias in the titles of the
aggregations.
Instead of using $1$ for matchin the host name or the host alias, you can now
use the variables $HOSTNAME$ or $HOSTALIAS$ to use them in your BI rules.
---
.werks/3449 | 16 +++
ChangeLog | 1 +
web/htdocs/bi.py | 268 ++++++++++++++++++++++++++----------------------
web/plugins/wato/bi.py | 165 +++++++++++++++--------------
4 files changed, 251 insertions(+), 199 deletions(-)
Diff: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=81a5c71d0f…