zabbix_sender_api 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88bf8af42d1244b44cfb42814f90b8d832fa06d9775bc80115712928a6dcc4f4
4
- data.tar.gz: 4157dd8bf6092b2cdba08a718f45478be2bff8f06ea4410bc4a50b0aed98f90c
3
+ metadata.gz: 735a9614074e16380ab7d139fc9a06cf6e4095ad765757458a392226976f0e54
4
+ data.tar.gz: 419cd69eb0abfd3523dc10466fccdf8361341aa1e2a23f4e701114830be747d5
5
5
  SHA512:
6
- metadata.gz: ae69d43633db1270bd7297e65504fb5d09019d29e861282994791e9ec3ce83cb0deac719fb593b664c0cb13c62d6d54fd782b420c8ef42fb53588bd7f3e99860
7
- data.tar.gz: a1f6729596ab3fb11612ba9e4f70e16e8de1b2608f61f54705488776c5f2b6417fa8016eee815b074b534b41c23a6c64f69fe018d189d84a48edff46bcb5f919
6
+ metadata.gz: f549209f14df37a878454f539c7cee19c505010e919c31ba10e7a163b062e3b4f167ee775fc627a845672fbe99dfd0285bcdb26057cbe54a99c8b495d55ff922
7
+ data.tar.gz: 0b362402db258d1e2f297b243521e9a3e02c2a1573fec8c095470eb9abe5ea2c4d36095e0d8bcc216baae30b45fdd670470c7f951a55f6cb65bbbdbefda7b244
data/README.md CHANGED
@@ -111,7 +111,7 @@ Low level discovery (LLD) is also possible with zabbix-sender; the format of the
111
111
  "theHostBeingMonitored" discoveryRuleKey 1551719797 {"data":[{"{#SOMEUSEFULVALUE}":"aValue","{#ANOTHERONE}":"somethingElse"}]}
112
112
  ```
113
113
  The above line sends an LLD discovery structure (formatted as json) to the [discovery rule](https://www.zabbix.com/documentation/4.0/manual/discovery/low_level_discovery#discovery_rule) whose key is discoveryRuleKey. It describes one entity by passing the macro values
114
- #SOMEUSEFULVALUE and #ANOTHERONE to the discovery rule. These '[lld macros](https://www.zabbix.com/documentation/4.0/manual/config/macros/lld_macros)' are available for use in item,trigger, and graph prototypes.
114
+ {#SOMEUSEFULVALUE} and {#ANOTHERONE} to the discovery rule. These '[lld macros](https://www.zabbix.com/documentation/4.0/manual/config/macros/lld_macros)' are available for use in item,trigger, and graph prototypes.
115
115
 
116
116
 
117
117
  If you wished to use the above lld to actually do some discovery, you'd set things up in zabbix roughly like this:
@@ -1,3 +1,3 @@
1
1
  module ZabbixSenderApi
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zabbix_sender_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Parker