-
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 #7187] Document how to use multiple assign/ignore statements with logical "and" & "or" #1972
Comments
Updated by mfriedrich on 2014-09-16 09:22:23 +00:00
|
Updated by mfriedrich on 2014-10-11 17:39:34 +00:00 Would be nice if you could edit the documentation yourself and send a git patch :) |
Updated by arcade on 2014-10-13 06:42:18 +00:00 Yes ouf course, never did that before, but i"ll try. |
Updated by arcade on 2014-10-13 09:05:02 +00:00
Would be nice if you could have a look. Any inputs how to improve are welcome. |
Updated by kruisdraad on 2014-10-27 16:21:42 +00:00 e.g. : assign where host.vars.check_https_enabled == true && host.vars.check_https_certificate_enabled != false explained: everywhere where https is checks ill be checking the certificate too, unless the host as explicit set that this shouldn"t be done note: adding a ignore where does not work |
Updated by mfriedrich on 2014-11-04 16:54:59 +00:00 Similar how to check if variables are defined or not (boolean expression)
|
Updated by jeronimo on 2014-11-04 18:10:55 +00:00 Similarly document what happens with two or more assign clauses (they form a logical OR from what I have seen)
means
|
Updated by mfriedrich on 2014-11-07 02:08:16 +00:00
|
Updated by mfriedrich on 2014-11-07 02:08:36 +00:00
|
Updated by Anonymous on 2014-11-07 03:20:05 +00:00
Applied in changeset c1f4d22. |
This issue has been migrated from Redmine: https://dev.icinga.com/issues/7187
Created by arcade on 2014-09-11 11:38:07 +00:00
Assignee: mfriedrich
Status: Resolved (closed on 2014-11-07 03:20:05 +00:00)
Target Version: 2.2.0
Last Update: 2014-11-07 03:20:05 +00:00 (in Redmine)
It would be nice if there"s a short description and example how to use multiple assign/ignore statements with different operators like "&&" or "||". Something like this:
Attachments
Changesets
2014-11-07 03:13:45 +00:00 by (unknown) c1f4d22
The text was updated successfully, but these errors were encountered: