Cleanup config.nodes_of
[check_mk.git] / .werks / 5205
blobcd1b6ec67a1cb19f151c1ad7b83483fe2094a201
1 Title: Host rename: Fixed broken renaming when new name uses dots
2 Level: 1
3 Component: core
4 Class: fix
5 Compatible: compat
6 Edition: cre
7 State: unknown
8 Version: 1.5.0i1
9 Date: 1505123538
11 When using the host rename feature of WATO and setting a new name that
12 contains a dot, for example myhost.domain, the rename failed to set
13 a correct new name. Instead of setting the intended name, the name was
14 set to "myhost[.]domain" in different places.
16 The affected files are:
18 <ul>
19 <li>Nagios core: <tt>var/nagios/retention.dat</tt></li>
20 <li>NagVis maps: <tt>etc/nagvis/maps/*.cfg</tt></li>
21 <li>Monitoring history of all supported cores:<ul>
22   <li><tt>var/check_mk/core/history</tt></li>
23   <li><tt>var/check_mk/core/archive/*</tt></li>
24   <li><tt>var/nagios/nagios.log</tt></li>
25   <li><tt>var/nagios/archive/*</tt></li>
26 </ul></li>
27 </ul>
29 In case you did such a rename action, you can stop your site and
30 fix the wrong names in the mentioned files on your own, e.g. by using
31 <tt>sed</tt>.