chef-deployment-monitor 0.3.1 → 0.3.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/README.md +7 -3
- data/lib/chef_deployment_monitor/logmon.rb +1 -0
- data/lib/chef_deployment_monitor/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MjQ4MjQxNjA4NTU0OWY5N2M1MzJmMjllMzRjNzZlNmI0Y2FiYjQ4Zg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MDU5MjhlNjAyZjUzNjI4MzcwYmIzZmY5MWNlMGY1YjE1NGY2MzcwYQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ODkwZjRhM2UyYzliYjNkZDBmOGRhY2U4NTEyZDNlM2UwZDc0NDg5ZTFiNTcw
|
10
|
+
MGMzZWE2MTMzNzkxODMzZDE0YzNiYWMzZDlmOTI3OTlmN2JmNDNlOTE3NTcy
|
11
|
+
NmJhNjcyY2YyZjhkM2RiZDUzMmIyYjg2ZTZmMTlhYjkwZTNkMDI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YWUxYzVjNjU0MjU0MGZhMGE0ZjgzZWQ0ZmM2ODgyMDY0MzhmMjJjY2UxMGNl
|
14
|
+
MDZhNTFiOWI1NGRmYzYzMzVlZDBmMWI1ZWRmMDA1NDkzMTVkYjE3YWVjYmVm
|
15
|
+
NTA4YzY3NDNlNjc4OGFmOTM0N2I5OGU0MmExYTIyOGEyZjM1ZmM=
|
data/README.md
CHANGED
@@ -1,6 +1,9 @@
|
|
1
|
-
#CHEF-MONITOR
|
1
|
+
#CHEF-DEPLOYMENT-MONITOR
|
2
2
|
|
3
|
-
|
3
|
+
[![Build Status](https://travis-ci.org/kamaradclimber/chef-deployment-monitor.png?branch=master)](https://travis-ci.org/kamaradclimber/chef-deployment-monitor)
|
4
|
+
[![Gem Version](https://badge.fury.io/rb/chef-deployment-monitor.png)](http://badge.fury.io/rb/chef-deployment-monitor)
|
5
|
+
|
6
|
+
Chef Deployment Monitor has one executable:
|
4
7
|
- chef-logmon (this will be activated on all frontend servers)
|
5
8
|
|
6
9
|
#CHEF-LOGMON:
|
@@ -29,4 +32,5 @@ On all your frontend servers:
|
|
29
32
|
|
30
33
|
# Credits
|
31
34
|
|
32
|
-
This repo is based on the initial work of @schubergphilis in schubergphilis/chef-monitor-gem
|
35
|
+
This repo is based on the initial work of [@schubergphilis](https://github.com/schubergphilis) in schubergphilis/chef-monitor-gem.
|
36
|
+
Thanks a lot to him!
|