lognotifier 0.0.3 → 0.0.4

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: a1fa618f16fc7e4cc61f741f44e23b8f9b78209a
4
- data.tar.gz: 073c0b9067492cfb509d8780787cc3dc3a84f2a4
3
+ metadata.gz: c35eacd8647646f1b1476934575254f39cbd5613
4
+ data.tar.gz: 1dfe2b4c94ce3537157b81b563165e6828e9de5a
5
5
  SHA512:
6
- metadata.gz: 3b7739ccf7c2edc6761fc1e6c07f9767368df590fddf881923139d2b13b7594259d5c2c292c41adf1f950498b4d1425c0e3435e16d69ded6d5f0634fca31fbaa
7
- data.tar.gz: 8e88680d4502725bf4014b3fd855ea2e999deb737a2007bba0c82bd5e3e54ca323b03c4c32b9445c269453927407ccfd15fe4e49cc266cfe7719cf97a0f06c0e
6
+ metadata.gz: 4a1e0f8a50e45ec87236a1c59c0ae3f89af1df88fbe7162c302b2031b77aa2e9cf61db6c64105758f2a27c591fa91fb6cf3c58ddccb6ccf7a9f99f9be151279d
7
+ data.tar.gz: d08fce50463aad57f9112ba4997e92acfef409c50eabaec6212b9183bfb37a939f757fd540c3470543d24214d5326d2235911ac13b7bd87223cf60a2b1b782de
@@ -0,0 +1,11 @@
1
+ # Ubuntu upstart file at /etc/init/yourservice.conf
2
+
3
+ respawn
4
+ respawn limit 15 5
5
+
6
+ start on runlevel [2345]
7
+ stop on runlevel [06]
8
+
9
+ script
10
+ su - monitoring -c lognotifierd
11
+ end script
@@ -1,3 +1,3 @@
1
1
  module Lognotifier
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lognotifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Breinlinger
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-03 00:00:00.000000000 Z
11
+ date: 2014-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -82,6 +82,7 @@ files:
82
82
  - README.md
83
83
  - Rakefile
84
84
  - bin/lognotifierd
85
+ - contrib/init/upstart/lognotifier.conf
85
86
  - lib/lognotifier.rb
86
87
  - lib/lognotifier/application.rb
87
88
  - lib/lognotifier/version.rb