stupid-simple-monit 0.0.1 → 0.0.2
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/README.md +5 -0
- data/stupid-simple-monit.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ec472a21a8759e8a8fcd419d3a15fc7fdf5eb961
|
|
4
|
+
data.tar.gz: c2e9ae516ca65f12cd7445c31b3499d5dd272847
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fcbc069f5594b0a9f2506a4718df5b477707fc582b3dc57300d1ec3082290a593c0b89635f495353598d9217cd5fdc7c07ea713a7fc5f1629ba53d7d1cc231be
|
|
7
|
+
data.tar.gz: 57356c71e9dd0059614b91c3ba0dd470663547c201eb82a82bf385319b20c9581e3861564e3118c793f1cbc24b926c42b47d2e14deef46a20bc92b6f209f0469
|
data/README.md
CHANGED
|
@@ -49,3 +49,8 @@ Ideally, put this into a `crontab` to run, say, every 5 or 10 minutes. (Again th
|
|
|
49
49
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
50
50
|
4. Push to the branch (`git push origin my-new-feature`)
|
|
51
51
|
5. Create a new Pull Request
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
[god]: https://rubygems.org/gems/god "An easy to configure, easy to extend monitoring framework written in Ruby."
|
|
55
|
+
[monit]: http://mmonit.com/monit/ "System monitoring and error recovery"
|
|
56
|
+
[sidekiq]: https://rubygems.org/gems/sidekiq "Simple, efficient background processing for Ruby"
|
data/stupid-simple-monit.gemspec
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "stupid-simple-monit"
|
|
5
|
-
spec.version = "0.0.
|
|
5
|
+
spec.version = "0.0.2"
|
|
6
6
|
spec.authors = ["Tamara Temple", "Kyle Kestell"]
|
|
7
7
|
spec.email = ["tamouse@gmail.com", "kyle@kestell.org"]
|
|
8
8
|
spec.summary = "A stupid, dead-simple, process monitor."
|