...
Info | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
In the first line of the cmk-update-config -vv --debug output there is already a hint to the corresponding host:
Please fetch that name and remove the .mk suffix. Now you have the Hostname. In my case it's MYHOST. Now you can use xmllint to debug that:
It seems like the problem is in row 114 with a missing '>'. Lets check the xml file
And here we go. Row 114 seems to be uncomplete. The file should now look like this:
If you now run cmk-update-config -vv --debug again, there should be no error |
...