Werk #11002: Hostname Translation: Fix wrongly detected IP address if drop domain
| Component | Setup | ||||
| Title | Hostname Translation: Fix wrongly detected IP address if drop domain | ||||
| Date | Jun 23, 2020 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Within the ruleset {{Hostname translation for piggybacked hosts}} the option {{Convert FQHN}} drops the domain part, eg. "host123.foobar.de -> host123". If a hostname begins with a number then the translation failed because this name was wrongly detected as an IP address, eg. "123host.foobar.de" -> "123host.foobar.de". This has been fixed.