Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 8051
blob87a1c87d6fb0c075756ff18d96edeed8e5edf3b7
1 Title: Smart PING now uses same layout as vanilla PING
2 Level: 2
3 Edition: cee
4 Component: cmc
5 Version: 1.2.5i3
6 Date: 1399364837
7 Class: feature
9 The Smart PING of the Micro Core now per defaults creates exactly the same type of
10 packets that a plain command line <tt>ping</tt> does. This has the disadvantage of
11 creating larger packets then neccessary - but has the advantage of being compatible
12 with more firewalls. Some of those tend to regard ICMP ECHO REQUEST packets without
13 payload as some bogus attack and drop them.
15 You can reenable PING packets without payout via a new global option for
16 <tt>main.mk</tt>:
18 F+:main.mk
19 cmc_smartping_omit_payload = True
20 F-:
22 This is also available via WATO in the global settings of the Micro Core.