Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8031
blobffc916b8099b289a157588b522b8add3f8178ef3
1 Title: Allow to limit number of hosts and service via config
2 Level: 1
3 Edition: cee
4 Component: config
5 Version: 1.2.5i1
6 Date: 1395407918
7 Class: feature
9 There are now two new global settings for <tt>main.mk</tt> that allow limiting
10 the number of monitored hosts and/or services. This option only works when
11 using the Check_MK Micro Core. Example:
13 F+:main.mk
14 cmc_host_limit = 100
15 cmc_service_limit = 3000
16 F-:
18 If you now try to activate a configuration with more than 100 hosts or more
19 then 3000 services you will run into an error and the old configuration is
20 being kept. It is also possible to just set a limit on hosts <i>or</i>
21 services. Setting the according variable to <tt>None</tt> deactivates the
22 limit. This is the default.
24 This setting can <b>not</b> be changed via WATO. It can be useful in situations
25 where you give access to a user or customer via WATO but want to restrict
26 the amount of objects that he/she can monitor.