Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 5185
blob24a4591073c8bd5f5b1e95a0f6b21879a663a2a0
1 Title: Check_MK HW/SW Inventory: The service was executed too often by default
2 Level: 2
3 Component: inv
4 Class: fix
5 Compatible: incomp
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1504701323
11 Issue: The HW/SW inventory may produce a lot of load because of wrong scheduling.
13 You may be affected by this bug in case you created your (master) site with 1.4.0b1
14 or newer. If you updated your site from older versions you are likely not affected.
15 Slave sites that get their configuration from a master that is not affected will also
16 not be affected, regardless of the version they were created with.
18 When using the hardware software inventory the regular check "Check_MK HW/SW Inventory"
19 on each host is executed too often by default. The expected behaviour is that the regular
20 check interval of this service is 1 day. The bug we fixed now made the check being executed
21 once a minute. In case you have the HW/SW inventory enabled for a lot of hosts, this could
22 lead to significant load on your Check_MK server.
24 Whether or not you have this issue can be checked on the "service detail" page of the
25 "Check_MK HW/SW Inventory" service. Have a look at the "Service normal/retry check interval"
26 column where you should see 86400s as first value (-> 1 day). If you see a value of 60s, you
27 should fix the issue as follows.
29 <ul>
30 <li>Navigate to "WATO > Host & Service parameters > Monitoring configuration > Normal check 
31 interval for service checks".</li>
32 <li>Create a new rule with the following settings:</li>
33 <li>Description: Restrict HW/SW-Inventory to once a day</li>
34 <li>Value: 1 day</li>
35 <li>Services: <tt>Check_MK HW/SW Inventory$</tt></li>
36 <li>Activate the changes via WATO</li>
37 <li>
39 After this you should check the service detail page again and see the 86400s interval.
41 Even when you update your existing site to 1.4.0p11 or newer, you will have to apply the fix
42 manually to existing installations when your installation is affected.
43 Sites created with 1.4.0p11 or newer won't be affected.