chef-icinga2
chef-icinga2 copied to clipboard
Icinga 2 Chef Cookbook
I managed to really bobble this in #332- see [the documentation](https://github.com/Icinga/icinga2/blob/master/doc/16-upgrading-icinga-2.md#path-constant-changes-) for the warning about the new ConfigDir variable. Anything that uses it needs to be changed to be relative...
Have removed some fields deprecated on the apilistener resource. Adapted LWRP.md documentation to reflect those changes.
since version 2.10 libicinga2 does not need to be installed
Trying to get this cookbook to run with chef16 - changed the current libraries to resources - libicinga2 isn't needed anymore. - cookstyle fixes, new hash methods - indentation fixes...
## Expected Behavior Icinga2 should be able to start after configuration of influxdb with send_thresholds and/or send_metadata enabled ## Current Behavior Icinga2 cannot be started when send_thresholds and/or send_metadata are...
## Expected Behavior According the icinga2 documentation [apilistener](https://icinga.com/docs/icinga2/latest/doc/09-object-types/#objecttype-apilistener) the following parameters are depricated: - cert_path - key_path - ca_path Within the [resource_apilistener.rb](https://github.com/Icinga/chef-icinga2/blob/master/libraries/resource_apilistener.rb) library these are mandatory. ## Possible Solution Change...
Hey there! Firstly this cookbook is insanely useful and has saved me much time by not reinventing the wheel, and I am greatly appreciative of that! I've been scratching my...
Please add support for Ubuntu 18.04 Bionic.
Create below resources to replace recipes pattern. - icinga2_install - icinga2_config - icinga2_service