7029 FIX Skip adding PING service to piggyback only hosts without IP
commit96c7d5b4348873cc0d089dd01153abc276baecc4
authorLars Michelsen <lm@mathias-kettner.de>
Mon, 14 Jan 2019 20:29:20 +0000 (14 21:29 +0100)
committerLars Michelsen <lm@mathias-kettner.de>
Tue, 15 Jan 2019 08:58:24 +0000 (15 09:58 +0100)
treed4ceb1e5357efa06e302652508ab6f7ed6a375f5
parent4bbecff698be552f75e278a374c9ee212109d532
7029 FIX Skip adding PING service to piggyback only hosts without IP

When a host is configured as "No agent", "No SNMP" and "No IP address"
host it is not useful to add a "PING" service to it in case there are
other services on this host because there is no address to be pinged.

This combination of tags e.g. is used by the Dynamic configuration to
create container hosts or similar.

Change-Id: I0b0ca9c78ef4d027e4129d7d1e929aceff888b9e
.werks/7029 [new file with mode: 0644]
cmk/gui/watolib/hosts_and_folders.py
cmk_base/default_config/base.py
tests/unit/cmk_base/test_config.py