Skip to content
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 #5854] Config file parse order #1357

Closed
icinga-migration opened this issue Mar 25, 2014 · 7 comments
Closed

[dev.icinga.com #5854] Config file parse order #1357

icinga-migration opened this issue Mar 25, 2014 · 7 comments
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/5854

Created by tgelf on 2014-03-25 16:27:13 +00:00

Assignee: (none)
Status: Resolved (closed on 2014-05-22 11:15:02 +00:00)
Target Version: 2.0 Beta 1
Last Update: 2014-05-22 11:15:02 +00:00 (in Redmine)

Icinga Version: 0.0.8

We need a defined config file parse order for all kinds of recursive includes. Constants are for example not available everywhere but only "after" they have been defined. There have to be strict rules for this "after". Someone archiving and restoring a configuration wants to feel confident that what used to work will continue to do so.

Cheers,
Thomas

Changesets

2014-05-19 18:44:35 +00:00 by (unknown) 41a4bfd

Parse config files in a sorted order.

Refs #5854

2014-05-19 18:56:32 +00:00 by (unknown) 3ef7c92

Parse config files in a sorted order.

Refs #5854

2014-05-19 19:17:04 +00:00 by (unknown) 3ad94c4

Parse config files in a sorted order. (WIP)

Refs #5854

2014-05-22 10:40:39 +00:00 by (unknown) 0f79190

Parse config files in a sorted order. (WIP)

Refs #5854

2014-05-22 11:12:58 +00:00 by gbeutner 46165db

Make sort order for Utility::{Glob,GlobRecursive} deterministic.

Fixes #5854

Relations:

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-03-30 17:03:48 +00:00

  • Target Version set to 0.0.10

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-04-14 13:59:08 +00:00

  • constants.conf are globally required (included first)
  • update documentation to reflect that order

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-04-17 12:44:00 +00:00

  • Category set to Configuration

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-04-29 12:14:10 +00:00

  • Target Version changed from 0.0.10 to 0.0.11

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-04-29 16:02:17 +00:00

  • alphasort for files

@icinga-migration
Copy link
Author

Updated by gbeutner on 2014-05-16 09:45:35 +00:00

  • Target Version changed from 0.0.11 to 2.0 Beta 1

@icinga-migration
Copy link
Author

Updated by gbeutner on 2014-05-22 11:15:02 +00:00

  • Status changed from New to Resolved
  • Done % changed from 0 to 100

Applied in changeset 46165db.

@icinga-migration icinga-migration added bug Something isn't working area/configuration DSL, parser, compiler, error handling labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.0 Beta 1 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/configuration DSL, parser, compiler, error handling bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant