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

Type to manage zabbix application #155

Merged
merged 1 commit into from
Jan 31, 2016

Conversation

hkumarmk
Copy link
Contributor

Example:

Zabbix_application {
zabbix_url => 'zabbix_server1',
zabbix_user => 'admin',
zabbix_pass => 'zabbix',
}

zabbix_application{"app1":
ensure => present,
template => 'template1',
}

Note: It Raise exception on deleting an application which is a part of used template.

Example:

Zabbix_application {
  zabbix_url => 'zabbix_server1',
  zabbix_user => 'admin',
  zabbix_pass => 'zabbix',
}

zabbix_application{"app1":
  ensure   => present,
  template => 'template1',
}
dj-wasabi pushed a commit that referenced this pull request Jan 31, 2016
Type to manage zabbix application
@dj-wasabi dj-wasabi merged commit cff420c into voxpupuli:master Jan 31, 2016
@dj-wasabi
Copy link

Thanks! 👍
Just in time for the 2.0.0 release. :-)

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