zabbix-ruby-client 0.0.21 → 0.0.22
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/CHANGELOG.md +5 -0
- data/README.md +35 -15
- data/lib/zabbix-ruby-client/plugins/mysqlcommand.rb +47 -0
- data/lib/zabbix-ruby-client/plugins/rabbitmq.rb +58 -0
- data/lib/zabbix-ruby-client/runner.rb +5 -3
- data/lib/zabbix-ruby-client/version.rb +1 -1
- data/zabbix-templates/rabbitmq_tpl.xml +1454 -0
- metadata +5 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zabbix-ruby-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- mose
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|
@@ -125,10 +125,12 @@ files:
|
|
125
125
|
- lib/zabbix-ruby-client/plugins/load.rb
|
126
126
|
- lib/zabbix-ruby-client/plugins/memory.rb
|
127
127
|
- lib/zabbix-ruby-client/plugins/mysql.rb
|
128
|
+
- lib/zabbix-ruby-client/plugins/mysqlcommand.rb
|
128
129
|
- lib/zabbix-ruby-client/plugins/network.rb
|
129
130
|
- lib/zabbix-ruby-client/plugins/nginx.rb
|
130
131
|
- lib/zabbix-ruby-client/plugins/ovpn.rb
|
131
132
|
- lib/zabbix-ruby-client/plugins/postgres.rb
|
133
|
+
- lib/zabbix-ruby-client/plugins/rabbitmq.rb
|
132
134
|
- lib/zabbix-ruby-client/plugins/redis.rb
|
133
135
|
- lib/zabbix-ruby-client/plugins/sysinfo.rb
|
134
136
|
- lib/zabbix-ruby-client/plugins/who.rb
|
@@ -191,6 +193,7 @@ files:
|
|
191
193
|
- zabbix-templates/nginx_tpl.xml
|
192
194
|
- zabbix-templates/openvpn_tpl.xml
|
193
195
|
- zabbix-templates/postgres_tpl.xml
|
196
|
+
- zabbix-templates/rabbitmq_tpl.xml
|
194
197
|
- zabbix-templates/redis_tpl.xml
|
195
198
|
- zabbix-templates/sysinfo_tpl.xml
|
196
199
|
- zabbix-templates/system_tpl.xml
|