cookbook 'icinga2client', '~> 1.0.0'
icinga2client (1) Versions 1.0.0 Follow2
Installs/Configures Icinga2 Client
cookbook 'icinga2client', '~> 1.0.0', :supermarket
knife supermarket install icinga2client
knife supermarket download icinga2client
icinga2client Cookbook
This is a Chef cookbook to manage Icinga2 Client.
For Production environment, always prefer the most recent release.
Most Recent Release
cookbook 'icinga2client', '~> 1.0.0'
From Git
cookbook 'icinga2client', github: 'Icinga/chef-icinga2client', tag: 'v1.0.0'
Repository
https://github.com/Icinga/icinga2client
Supported OS
- Amazon Linux
- CentOS
- Ubuntu
- Debian
Supported Chef
- Chef 12
- Chef 13
Cookbook Dependency
- icinga2repo
Recipes
icinga2client::install
- install icinga2 clienticinga2client::config
- configure icinga2 clienticinga2client::service
- configure icinga2 serviceicinga2client::default
- run_list recipe
Cookbook Attributes
default['icinga2client']['version']
(default:2.8.0-X, calculated
): icinga2 package versiondefault['icinga2client']['ignore_version']
(default:false
): ignore icinga2 package versiondefault['icinga2client']['cookbook']
(default:icinga2client
): icinga2client resources cookbook namedefault['icinga2client']['disable_conf_d']
(default:true
): disable icinga2conf.d
default configuration directory inicinga2.conf
and use LWRP to manage icinga2 objects / templatesdefault['icinga2client']['disable_repository_d']
(default:false
): disable icinga2repository.d
directory inicinga2.conf
default['icinga2client']['include_itl']
(default:itl, plugins
):icinga2.conf
includeitl
array attributedefault['icinga2client']['conf_dir']
(default:/etc/icinga2
): icinga2 configuration locationdefault['icinga2client']['conf_d_dir']
(default:/etc/icinga2/conf.d
): icinga2 conf.d directory locationdefault['icinga2client']['pki_dir']
(default:/etc/icinga2/pki
): icinga2 pki directory locationdefault['icinga2client']['scripts_dir']
(default:/etc/icinga2/scripts
): icinga2 script directory locationdefault['icinga2client']['zones_dir']
(default:/etc/icinga2/zones.d
): icinga2 zones.d directory locationdefault['icinga2client']['objects_d']
(default:objects.d
): cookbook created icinga2 Object/Templates resources directory namedefault['icinga2client']['objects_dir']
(default:/etc/icinga2/objects.d
): cookbook created icinga2 Object/Templates resources directory locationdefault['icinga2client']['user_defined_objects_dir']
(default:['user_defined_objects']
): user defined configuration directories, each directory is included inicinga2.conf
file.default['icinga2client']['features_enabled_dir']
(default:/etc/icinga2/features-enabled
): icinga2 enabled features locationdefault['icinga2client']['features_available_dir']
(default:/etc/icinga2/features-available
): icinga2 available features locationdefault['icinga2client']['databag']
(default:icinga2
): icinga2 databag name, currently not useddefault['icinga2client']['var_dir']
(default:calculated
): icinga2 run directorydefault['icinga2client']['run_dir']
(default:/var/run/icinga2
): icinga2 run directorydefault['icinga2client']['run_cmd_dir']
(default:/var/run/icinga2/cmd
): icinga2 location for processicinga2.cmd
default['icinga2client']['cache_dir']
(default:/var/cache/icinga2
): icinga2 cache directory locationdefault['icinga2client']['spool_dir']
(default:/var/spool/icinga2
): icinga2 spool directory locationdefault['icinga2client']['perfdata_dir']
(default:/var/spool/icinga2/perfdata
): icinga2 perfdata directory locationdefault['icinga2client']['lib_dir']
(default:/var/lib/icinga2
): icinga2 lib directory locationdefault['icinga2client']['log_dir']
(default:/var/log/icinga2
): icinga2 core process log directory locationdefault['icinga2client']['cache_dir']
(default:/var/cache/icinga2
): icinga2 cache directory locationdefault['icinga2client']['service_name']
(default:icinga2
): icinga2 process namedefault['icinga2client']['service_config_file']
(default:/etc/default/icinga2
): icinga2 * process configuration filedefault['icinga2client']['plugins_dir']
(default:/usr/lib/nagios/plugins
): icinga2 plugins directory locationdefault['icinga2client']['custom_plugins_dir']
(default:/opt/icinga2_custom_plugins
): icinga2 custom plugins directorydefault['icinga2client']['admin_user']
(default:icingaadmin
): icinga2 admin userdefault['icinga2client']['user']
(default:icinga
): icinga2 userdefault['icinga2client']['group']
(default:icinga
): icinga2 user groupdefault['icinga2client']['cmdgroup']
(default:icingacmd
): icinga2 cmd user groupdefault['icinga2client']['endpoint_port']
(default:5665
): icinga2 endpoint portdefault['icinga2client']['version_suffix']
(default:calculated
): icinga2 package suffix
Cookbook Icinga2 Constants Attributes
default['icinga2client']['constants']['NodeName']
(default:node['fqdn']
): icinga2 NodeName constantdefault['icinga2client']['constants']['PluginDir']
(default:node['icinga2']['plugins_dir']
): icinga2 plugins directory locationdefault['icinga2client']['constants']['ManubulonPluginDir']
(default:node['icinga2']['plugins_dir']
): icinga2 plugins directory locationdefault['icinga2client']['constants']['TicketSalt']
(default:ed25aed394c4bf7d236b347bb67df466
): icinga2 default TicketSalt key
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests (
rake & rake knife
), ensuring they all pass - Write new resource/attribute description to
README.md
- Write description about changes to PR
- Submit a Pull Request using Github
Copyright & License
Authors:: Virender Khatri and Contributors
<pre>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</pre>
Dependent cookbooks
icinga2repo >= 1.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
icinga2client CHANGELOG
1.0.0
- Virender Khatri - first commit
Collaborator Number Metric
1.0.0 failed this metric
Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.0 failed this metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
1.0.0 passed this metric
No Binaries Metric
1.0.0 passed this metric
Testing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.0 passed this metric
1.0.0 passed this metric
Testing File Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
1.0.0 failed this metric
1.0.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number