-
Notifications
You must be signed in to change notification settings - Fork 591
Add cli option to disable the default global zones #10028
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
base: master
Are you sure you want to change the base?
Conversation
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Lorenz Kästle.
|
This comment was marked as duplicate.
This comment was marked as duplicate.
When setting up Icinga 2 agents, in most cases, the default global zones are not needed, but have to be removed manually or automatically whith tools outside of Icinga 2 from the configuration. This seems like unnecessary work, since the node setup command does everything else. This commit introduces a new option for the node setup command ("--no-default-global-zones") to exclude the default global zones.
19486b5
to
7afda4d
Compare
Co-authored-by: Alexander Aleksandrovič Klimov <[email protected]>
@Al2Klimov ok for me |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add that new switch to the node setup documentation.
I did add documentation in the table for the |
When setting up Icinga 2 agents, in most cases, the default global zones are not needed, but have to be removed manually or automatically whith tools outside of Icinga 2 from the configuration.
This seems like unnecessary work, since the node setup command does everything else.
This commit introduces a new option for the node setup command ("--no-default-global-zones") to exclude the default global zones.
fixes #10023