-
Notifications
You must be signed in to change notification settings - Fork 582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dev.icinga.com #10989] Escaped sequences not properly generated with 'node update-config' #3858
Comments
Updated by gbeutner on 2016-01-21 08:09:02 +00:00
|
Updated by gbeutner on 2016-01-21 08:12:50 +00:00
|
Updated by mfriedrich on 2016-01-21 17:14:25 +00:00
The JSON inside the repository is fine, the config writer used inside 'node update-config' cannot deal with escaped characters. I've partially ported the solution from the new config writer, though the code inside repositoryutility.cpp still needs to be rewritten in large parts. |
Updated by mfriedrich on 2016-01-21 17:20:04 +00:00
Applied in changeset ddc1b25. |
Updated by gbeutner on 2016-02-09 08:17:41 +00:00
We should really use the ConfigWriter class for this. |
Updated by gbeutner on 2016-02-09 08:17:53 +00:00
|
Updated by jflach on 2016-02-09 08:40:04 +00:00
Applied in changeset 4d87c96. |
Updated by mfriedrich on 2016-02-09 09:10:27 +00:00
Thanks. |
Updated by gbeutner on 2016-02-23 09:58:42 +00:00
|
This issue has been migrated from Redmine: https://dev.icinga.com/issues/10989
Created by GreenRover on 2016-01-20 07:18:35 +00:00
Assignee: jflach
Status: Resolved (closed on 2016-02-09 08:40:04 +00:00)
Target Version: 2.4.2
Last Update: 2016-02-23 09:58:42 +00:00 (in Redmine)
On a slave node i have a config like:
When i now do on master:
icinga2 node update-config
The
/var/log/icinga2/startup.log
will contain:
You have problems with qoutes on config replication.
Attachments
Changesets
2016-01-21 17:14:53 +00:00 by mfriedrich ddc1b25
2016-02-09 08:38:12 +00:00 by jflach 4d87c96
2016-02-09 14:59:19 +00:00 by jflach 58a31e8
2016-02-23 09:46:20 +00:00 by mfriedrich abce99d
2016-02-23 09:46:20 +00:00 by jflach 2052edf
2016-02-23 09:46:20 +00:00 by jflach 3b70bab
Relations:
The text was updated successfully, but these errors were encountered: