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 #5925] relative object names #1409

Closed
icinga-migration opened this issue Apr 2, 2014 · 1 comment
Closed

[dev.icinga.com #5925] relative object names #1409

icinga-migration opened this issue Apr 2, 2014 · 1 comment
Labels
area/configuration DSL, parser, compiler, error handling blocker Blocks a release or needs immediate attention enhancement New feature or request
Milestone

Comments

@icinga-migration
Copy link

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

Created by mfriedrich on 2014-04-02 15:32:37 +00:00

Assignee: (none)
Status: Resolved (closed on 2014-04-05 20:17:55 +00:00)
Target Version: 0.0.10
Last Update: 2014-04-05 20:17:55 +00:00 (in Redmine)


object Service "mail" { 
  host = "localhost", 

  ... 
} 

object Service "mail" { 
  host = "localhost6", 

  ... 
} 

An object with the name "localhost!mail" (resp. "localhost6!mail") will be created internally. Problem: In order to evaluate the real object name we must evaluate the rterm first.

Changesets

2014-04-05 20:17:37 +00:00 by (unknown) 00fd51e

Implement relative object names.

Fixes #5925

2014-04-05 20:20:57 +00:00 by (unknown) 323f3ec

Update example config.

Refs #5925

2014-04-05 20:32:52 +00:00 by (unknown) 2156154

Update documentation.

Refs #5925

2014-04-05 20:53:44 +00:00 by (unknown) 3178f85

Fix validation problem with relative object names.

Refs #5925

2014-04-05 21:07:52 +00:00 by (unknown) a8f200a

Fix another bug with relative object names.

Refs #5925

2014-04-05 21:15:56 +00:00 by (unknown) cfd92a7

Fix yet another validation issue.

Refs #5925

2014-04-05 21:23:39 +00:00 by (unknown) bc4cacf

Fix validation problem with relative object names.

Refs #5925

2014-04-05 21:23:49 +00:00 by (unknown) 8d81f4b

Fix another bug with relative object names.

Refs #5925

2014-04-05 21:23:49 +00:00 by (unknown) 020eaf9

Fix yet another validation issue.

Refs #5925

2014-04-06 06:15:07 +00:00 by (unknown) ad42367

Refactor name helper classes a bit.

Refs #5925

2014-04-06 06:28:28 +00:00 by (unknown) 5c671ea

Update documentation.

Refs #5925

2014-04-06 08:58:17 +00:00 by (unknown) 6744f9d

Update documentation.

Refs #5925

2014-04-07 20:06:05 +00:00 by (unknown) 32e1c02

Clean up some of the type checks.

Refs #5925

Relations:

@icinga-migration
Copy link
Author

Updated by Anonymous on 2014-04-05 20:17:55 +00:00

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

Applied in changeset 00fd51e.

@icinga-migration icinga-migration added blocker Blocks a release or needs immediate attention enhancement New feature or request area/configuration DSL, parser, compiler, error handling labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 0.0.10 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 blocker Blocks a release or needs immediate attention enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant