your Systems are CRIT about the Memory Usage (you can see the exclaimation marks behind the value setting CRIT). The rule you are looking for is named Memory and pagefile levels for Windows and if you haven’t such a rule the default thresholds are 80/90.
Maybe there are other rules overwriting your values at main.mk (which shouldn’t be used on the CEE). Simple take on of the services and hit the small Parameters for this Service button to locate the rule which is responsible for the thresholds.
@tosch said it before Inside WATO you go to your service and let it show you all rules who do anything with this service.
The icon is the “View and edit parameters for this service” and there you see all rules with the green dot who match to your service.
For the windows memory this can be more than one rule if memory and pagefile are defined in different rules.
With version 1.6 it is not recommended anymore to edit the mk files manually as there are too many settings made by the system. If you don’t want to use WATO you can use the API to modify and manage your hosts and rules.
With the API it is also possible to get all rules defined in your system. But the matching must be then made by yourself.