Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 6940
blobdedbd08ca15da2c86ae9d7b61a3cdf3fea0df08a
1 Title: Fix OnlyFrom entry in check_mk agent section
2 Level: 1
3 Component: agents
4 Compatible: compat
5 Edition: cee
6 Version: 1.6.0i1
7 Date: 1548937503
8 Class: fix
10 Previously, the OnlyFrom entry, that represents the list of
11 only-from IP entries within the xinetd-configuration,
12 rendered empty for baked agents.
14 The cause for this was that the agent was looking for
15 the service name "check_mk", that only is used by the
16 raw agent.
18 The agent is now looking for the right service name set
19 from the agent bakery, i.e. "check-mk-agent" or a user-specified
20 name coming from the "name of agent packages" rule.