Skip to content
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

Added zabbix_template_host type #154

Merged
merged 1 commit into from
Jan 30, 2016

Conversation

hkumarmk
Copy link
Contributor

This new type can be used to link/unlink template to the host. zabbix_host
provide a way to assign list of templates while creating the host. But in
a scenario where:

  • One need to add zabbix_host from agent setup code
  • Link appropriate templates from the service setup code. For example, mysql server
    deployment code can use below code to link the template "Template App MySQL" to the host.
zabbix_template_host{"Template App MySQL@${::hostname}": }

This new type can be used to link/unlink template to the host. zabbix_host
provide a way to assign list of templates while creating the host. But in
a scenario where:
* One need to add zabbix_host from agent setup code
* Link appropriate templates from the service setup code. For example, mysql server
deployment code can use below code to link the template "Template App MySQL" to the host.

```
zabbix_template_host{"Template App MySQL@${::hostname}": }

```
dj-wasabi added a commit that referenced this pull request Jan 30, 2016
@dj-wasabi dj-wasabi merged commit 4582a81 into voxpupuli:master Jan 30, 2016
@dj-wasabi
Copy link
Contributor

Wow, thanks! 👍

@dj-wasabi dj-wasabi added this to the 2.0.0 milestone Jan 30, 2016
@hkumarmk
Copy link
Contributor Author

You're welcome 👍 thanks for merging @dj-wasabi

@hkumarmk hkumarmk deleted the zabbix_template_host branch January 30, 2016 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants