zabbixapi 0.4.6 → 0.4.7
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/zabbixapi/templates.rb +2 -2
- data/lib/zabbixapi/version.rb +1 -1
- metadata +3 -3
data/lib/zabbixapi/templates.rb
CHANGED
@@ -111,8 +111,8 @@ class ZabbixApi
|
|
111
111
|
result = @client.api_request(
|
112
112
|
:method => "template.massRemove",
|
113
113
|
:params => {
|
114
|
-
:
|
115
|
-
:
|
114
|
+
:hostids => data[:hosts_id],
|
115
|
+
:templateids => data[:templates_id]
|
116
116
|
}
|
117
117
|
)
|
118
118
|
result.empty? ? false : true
|
data/lib/zabbixapi/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zabbixapi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.7
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-11-
|
12
|
+
date: 2012-11-23 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Allows you to work with zabbix api from ruby.
|
15
15
|
email:
|
@@ -56,7 +56,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
56
56
|
version: '0'
|
57
57
|
segments:
|
58
58
|
- 0
|
59
|
-
hash:
|
59
|
+
hash: 3388077476884673274
|
60
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|