Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 5777
blob1812f1eafcea4276bd80c8469c7bcbfaef70d65b
1 Title: ucs_bladecenter_fans.temp: Made item name unique
2 Level: 1
3 Component: checks
4 Compatible: incomp
5 Edition: cre
6 Version: 1.5.0b1
7 Date: 1521625999
8 Class: fix
10 The check plugins {{ucs_bladecenter_fans.temp}} and
11 {{ucs_bladecenter_psu.chassis_temp}} created same
12 item names and both use the WATO ruleset {{Temperature}}.
13 That means that if a rule applied to a service generated
14 by one of these check plugins, this rule automatically
15 applied to the related one, too. No distinction was possible.
17 You have to perform a rediscovery on the affected hosts.
18 Performance data will be preserved.
20 Example:
21 ucs_bladecenter_fans.temp generated the services
22 - Temperature Ambient Chassis 1 FAN
23 - Temperature Ambient Chassis 2 FAN
25 and ucs_bladecenter_psu.chassis_temp generated the services
26 - Temperature Ambient Chassis 1
27 - Temperature Ambient Chassis 2
29 the item names were {{Ambient Chassis 1}} and {{Ambient Chassis 2}}
30 in both cases. The temperature rule matching the sensor ID
31 {{Ambient Chassis.*}} automatically applied to all four services.
33 Now the item names for
34 ucs_bladecenter_fans.temp look like
35 - {{Ambient Chassis 1 FAN}}
36 - {{Ambient Chassis 2 FAN}}
38 and for ucs_bladecenter_psu.chassis_temp
39 - {{Ambient Chassis 1}}
40 - {{Ambient Chassis 2}}
42 Independent rules may be created in the following order:
43 - {{Ambient Chassis.*FAN}}
44 - {{Ambient Chassis.*}}