Werk #8051: Smart PING now uses same layout as vanilla PING

Component The Checkmk Micro Core
Title Smart PING now uses same layout as vanilla PING
Date May 6, 2014
Level Prominent Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
1.2.5i3 Checkmk Enterprise (CEE), Checkmk MSP (CME)

The Smart PING of the Micro Core now per defaults creates exactly the same type of packets that a plain command line ping does. This has the disadvantage of creating larger packets then neccessary - but has the advantage of being compatible with more firewalls. Some of those tend to regard ICMP ECHO REQUEST packets without payload as some bogus attack and drop them.

You can reenable PING packets without payout via a new global option for main.mk:

main.mk

cmc_smartping_omit_payload = True

This is also available via WATO in the global settings of the Micro Core.

To the list of all Werks