saltstack-formulas / icinga2-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Other
19 stars 28 forks source link

Add functionality to automatically configure Icinga2 clients #18

Open binarygraka opened 6 years ago

binarygraka commented 6 years ago

Proposed Changes

I would like to add the following functionality:

This would furthermore need the following changes regarding the directory structure of the formula:

If this enhancement is favored, I can contribute via a pull request. Moreover it would be interesting to see who is currently active and responsible for this repository.

The other possibility would be to create a new repository in the group saltstack-formulas with only functionality for configuring and adding clients (e.g. icinga2-client-formula).

Thanks.

alxwr commented 5 years ago

@binarygraka I suppose I'm currently the most active developer. :-) My current strategy is to split the formula into building blocks. In my mind icinga2.master and icinga2.client would just re-use those building blocks and add needed functionality.

I don't see any problem with the proposed changes as long as they don't hinder or complicate "classic" master setups. icinga.client would be an opt-in then.

@aboe76 Would that be OK in your view?

alxwr commented 5 years ago

@binarygraka Maybe #4 is of any help.

Yoda-BZH commented 3 years ago

Has some progress been made on this feature ?

I might be willing to code this.

Thank you