Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 721
blobeed27a46c3cf8157807be3ada4659b8f9cb961c5
1 Title: Use hard states in BI aggregates
2 Level: 2
3 Component: bi
4 Version: 1.2.5i1
5 Date: 1394452012
6 Class: feature
8 Check_MK BI is now able to base the computation of the state of a BI aggregate
9 on hard states of hosts and services. This is a new option at the top level
10 of a BI aggregate. In WATO this is a new check box in each aggregation called
11 <i>Base state computation on hard states</i>.
13 When you edit your BI aggregates with a text editor then simply prefix
14 your aggregation entries with the keyword <tt>HARD_STATES</tt>. Here
15 is an example:
17 F+:etc/check_mk/multisite.d/mybi.mk
18 host_aggregations += [
19   ( HARD_STATES, 'Hosts', FOREACH_HOST, ['tcp'], ALL_HOSTS, 'host', ['$1$']),
21 F-:
23 <b>Note 1</b>: Hard states only make sense if you have changed the <i>Maximum
24 Number of Check Attempts</i> of a host or service from the default value
25 of 1 to a higher value. If you have set the number of attempts to three
26 the hard state of service remaines OK until the service has been checked
27 three times in a row with a non-OK state.
29 <b>Note 2</b>: Please make sure that all of your monitoring sites are
30 updated to the same Check_MK version as your Multisite server. This new
31 BI features needs an up-to-date Livestatus implementation.