Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 8341
blob47c481abfb7722baf974bf21c5875035acb23a2e
1 Title: Closing SNMP socket file handles during bulk actions
2 Level: 1
3 Edition: cee
4 Component: inline-snmp
5 Compatible: compat
6 Version: 1.2.7i4
7 Date: 1446216538
8 Class: fix
10 e.g. when doing "cmk -II" for a larger number of hosts, it could happen
11 that the process runs out of file descriptors when having a lot of SNMP
12 devices. This was caused by the fact that all SNMP sessions were kept
13 open during this bulk actions. The sessions are closed now after each
14 host during most common bulk actions (inventory, discovery, snmpwalk).