zabbixapi 0.5.2a → 0.5.2b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/zabbixapi/classes/triggers.rb +1 -3
- data/lib/zabbixapi/version.rb +1 -1
- data/spec/localhost.rb +0 -5
- metadata +3 -3
data/lib/zabbixapi/version.rb
CHANGED
data/spec/localhost.rb
CHANGED
|
@@ -273,11 +273,6 @@ describe ZabbixApi do
|
|
|
273
273
|
).should eq triggerid + 1
|
|
274
274
|
end
|
|
275
275
|
|
|
276
|
-
it "TRIGGER: Get full data" do
|
|
277
|
-
dump = zbx.triggers.get_full_data(:description => trigger)
|
|
278
|
-
puts "dump: #{dump}"
|
|
279
|
-
end
|
|
280
|
-
|
|
281
276
|
it "TRIGGER: Find" do
|
|
282
277
|
zbx.triggers.get_id(:description => trigger).should eq triggerid + 1 # вау блять
|
|
283
278
|
end
|
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.5.
|
|
4
|
+
version: 0.5.2b
|
|
5
5
|
prerelease: 5
|
|
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-12-
|
|
12
|
+
date: 2012-12-25 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: json
|
|
@@ -79,7 +79,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
79
79
|
version: '0'
|
|
80
80
|
segments:
|
|
81
81
|
- 0
|
|
82
|
-
hash:
|
|
82
|
+
hash: -1246375744194541697
|
|
83
83
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
84
84
|
none: false
|
|
85
85
|
requirements:
|