File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1871,6 +1871,30 @@ This can be configured via [augments][Augments]:
18711871
18721872** History:** Added 3.11.0
18731873
1874+ ### Configure maxconnections for cf-agent
1875+
1876+ ` maxconnections ` in ` body agent control ` configures the maximum number of
1877+ outbound connections allowed by ` cf-agent ` . By default the MPF configures this to ` 30 ` matching the binary default.
1878+
1879+ ** Notes:**
1880+
1881+ - Generally this would need to be increased for hosts who are copying files from many other hosts (a-typical, especially in Enterprise environments).
1882+
1883+ This can be configured via [ augments] [ Augments ] :
1884+
1885+ ``` json
1886+ {
1887+ "variables" : {
1888+ "default:def.control_agent_maxconnections" : {
1889+ "value" : " 1000" ,
1890+ "comment" : " On the hub we collect a data file from each client recently seen, this requires cf-agent to be allowed to make many connections"
1891+ }
1892+ }
1893+ }
1894+ ```
1895+
1896+ ** History:** Added in CFEngine 3.10.0
1897+
18741898### Configure networks allowed to make collect_calls (client initiated reporting)
18751899
18761900By default the hub allows collect calls (client initiated reporting) from the
You can’t perform that action at this time.
0 commit comments