Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6708
blob20a148a46a3eb618e0c46becf229c5d607197ef4
1 Title: WATO service discovery: Fixed incorrect creation of disable rule for duplicate service description
2 Level: 1
3 Component: wato
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.6.0i1
9 Date: 1551265114
11 Different check_types may have the same service description, for example <tt>CPU utilization</tt>.
12 If you created a <tt>Disabled check</tt> rule for some SNMP based CPU utilization check and
13 used the service discovery page, a <tt>Disabled service</tt> rule was automatically created for this SNMP
14 based check. As a side effect, the TCP based CPU utilization check was disabled as well..