sensu_generator 0.0.26 → 1.0.0

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
  SHA1:
3
- metadata.gz: e6933b751cd11d694a46c843491fbe1741ab7f74
4
- data.tar.gz: 734d8632b61e3ce4c01359adbbfbe62dbf71a896
3
+ metadata.gz: afe337ff764954dc36768cb404679bb3521367e2
4
+ data.tar.gz: abe2c4e9e081e39d7e91a269a6c1ba7a0fd8aa54
5
5
  SHA512:
6
- metadata.gz: 2975987ea1b3d6040209490a14f3317913160e8e8320aa897e97de2300948c27c51c585e8f129e42c09bab858ea6cc3d13c9aa0f8d772483172827d69ed0b1e4
7
- data.tar.gz: 0ede76454a0cceed0be9b6b54700633a6522e2e12b483c02ff24512779f1fcb2222068b7797fca94084ad81d48b9d2d90442317e155be9cd210c7ba254b32b9b
6
+ metadata.gz: fef24d5ccc0acb272f2cea2822cd9dc6b93fe666e9ea2508f63137649531c4f8d6b33580bfa600f88d1d41d5714fe3ede6cbdf6c70b8c16e2f92929fb4370ee0
7
+ data.tar.gz: c1455e1388be581344e6a6ab51497e36ef9f79f149424e9695ce08f900a7eabecf26fffd7ce5f8265e349d8fa2ccf17b3366a426ac01c1ac69f4e8b645387a93
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SensuGenerator
2
2
 
3
- SensuGenerator is an intermediate layer between Consul and Sensu. It helps to set up dynamic monitoring systems. It generates check configurations from ERB templates according to *tags* listed in the KV and Consul service properties. It watches for changes Consul services state and special key in the KV. It triggers the following:
3
+ SensuGenerator is a middleware providing dynamic monitoring with Consul and Sensu. It helps to set up dynamic monitoring systems. It generates check configurations from ERB templates according to *tags* listed in the KV and Consul service properties. It watches for changes Consul services state and special key in the KV. It triggers the following:
4
4
  Sensu check configuration files are generated from the templates, the result will be synced via *rsync* and Sensu servers will be restarted using http Supervisord API. All files are generated when application starts and only changes will be processed.
5
5
 
6
6
  All service checks *tag* are stored in the Consul Key-Value storage in *service/kv_tags_path* path, default *kv_tags_path* is "checks". Tag is the beginning of a service check template name and should be specified as a part of the template name in the Consul KV storage. Note that value should be comma-separated tags list. Rsync repo shuold be named as sensu service name.
@@ -1,3 +1,3 @@
1
1
  module SensuGenerator
2
- VERSION = "0.0.26"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu_generator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Grigory Aksentyev
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-05 00:00:00.000000000 Z
11
+ date: 2016-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: diplomat