system_health 0.0.9 → 0.0.10

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d46611b2952413881bc6835fc6346b1402a37184
4
- data.tar.gz: e212f39b22d9953e4ad666f2641a20d36c7d379d
3
+ metadata.gz: e0fb16300c48af63cc36431c61c64dbd391a7a25
4
+ data.tar.gz: 8ce70e85558a0f4cc4c0a0ac97c928cc06388c13
5
5
  SHA512:
6
- metadata.gz: 8126d5f48e50ffe19475d5a5d450dbe254b247b4e3979ff07a28e5f0899b65776fa05e5a6ec5399586eae76530110982437019b307298607a325fcebf739b7ef
7
- data.tar.gz: e37475da47ef504d25037d600957d2f4bbd55012f0d4569916fe489146a02854e331c992dc18b284bd9ac4235fa267e3529f88d1ca4cb4419695927d540176c0
6
+ metadata.gz: 8dc3a687098fc146263eb676ebf72ac33986b496676f4726185cc66ec9c1e2a9c6b59464b14ba21ee88bc9e7d9e5b178a95b4590acf8d927153877ae46768d6e
7
+ data.tar.gz: 0bae4245fefa30f76cd690d314421e59d247170c535dd9c5d619b82b83e471b44c3ad6906a7c910e734914dded010431a967d60934266d0e79ba9573c461bdc2
data/README.md CHANGED
@@ -117,6 +117,13 @@ mon.error_messages
117
117
  mon.error_count
118
118
  ```
119
119
 
120
+ ## Notifying
121
+
122
+ You are free to do as you wish with the results from `error_messages`
123
+ and `error_count`. A common approach might be to create a simple
124
+ controller that responds with any errors. Or, you could create rake
125
+ task that sends an email to some list when errors are discovered.
126
+
120
127
  ## To do?
121
128
 
122
129
  1. Add concept of notifiers to make it more seamless to email or report
@@ -1,3 +1,3 @@
1
1
  module SystemHealth
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: system_health
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stirling Olson