zabbix-rails 0.1.8 → 0.1.9
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.
- checksums.yaml +4 -4
- data/lib/zabbix/version.rb +1 -1
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: aa818a8ba839cf3da0d79d2bd76a5bce34c9b153408320c57e87aa8c62c28700
|
|
4
|
+
data.tar.gz: bf33db9b88d475e5ebf71caa669efe7be39a5976a0f1a844978a157181a89a58
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20114878297c5b7113f204881462c466b45e8512e500f5e3e6ede5a56ddc0869872bfdf7446142948133467c3a53e021f0a2b5a4d0d5aaf06a3e2574940448e4
|
|
7
|
+
data.tar.gz: 1d3a1613710a430c2485e2354776df1e6cf8121ce203241a980c51ecd24c7363c3cb92d78d635ecfe83531927c4a02ea5f90e1eefb7147d674cc2d71b1d5b16d
|
data/lib/zabbix/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zabbix-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- WENWU.YAN
|
|
@@ -24,7 +24,7 @@ dependencies:
|
|
|
24
24
|
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
|
-
description:
|
|
27
|
+
description: 借助 zabbix_manager 实现自动维护 zabbix 监控对象
|
|
28
28
|
email:
|
|
29
29
|
- careline@foxmail.com
|
|
30
30
|
executables: []
|
|
@@ -42,10 +42,12 @@ files:
|
|
|
42
42
|
- lib/zabbix/host_monitor.rb
|
|
43
43
|
- lib/zabbix/item_trigger.rb
|
|
44
44
|
- lib/zabbix/version.rb
|
|
45
|
-
homepage: https://
|
|
45
|
+
homepage: https://github.com/ciscolive/zabbix-rails
|
|
46
46
|
licenses: []
|
|
47
47
|
metadata:
|
|
48
|
-
homepage_uri: https://
|
|
48
|
+
homepage_uri: https://github.com/ciscolive/zabbix-rails
|
|
49
|
+
source_code_uri: https://github.com/ciscolive/zabbix-rails
|
|
50
|
+
changelog_uri: https://github.com/ciscolive/zabbix-rails/blob/main/README.md
|
|
49
51
|
post_install_message:
|
|
50
52
|
rdoc_options: []
|
|
51
53
|
require_paths:
|
|
@@ -64,5 +66,5 @@ requirements: []
|
|
|
64
66
|
rubygems_version: 3.3.3
|
|
65
67
|
signing_key:
|
|
66
68
|
specification_version: 4
|
|
67
|
-
summary:
|
|
69
|
+
summary: 主要实现 zabbix_connector 对象缓存,加速 API 交互效率
|
|
68
70
|
test_files: []
|