Skip to content

Commit e48a4fc

Browse files
authored
Merge pull request #3071 from nickanderson/CFE-4602/master
CFE-4602: Added documentation for default:def.control_agent_maxconnections
2 parents f9fa9f0 + 8d66a83 commit e48a4fc

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

MPF.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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

18761900
By default the hub allows collect calls (client initiated reporting) from the

0 commit comments

Comments
 (0)