1 Title: Allow to limit number of hosts and service via config
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:
15 cmc_service_limit = 3000
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.