sys_watchdog 0.1.14 → 0.1.15

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: e3c207d25bcb67e4f3beedf21aa40c3dc677ea3a
4
- data.tar.gz: 31dd9d1fd51eefbbaaffbac3747438d3ae6585dd
3
+ metadata.gz: 7d674d725aa8ba6f6fca70fdccb68802dbe3888f
4
+ data.tar.gz: 2ec0c9c1ac9219cbd3143ad308afa81107838bca
5
5
  SHA512:
6
- metadata.gz: 7ac7c5479e4bc336d43c616562a88e31c1dd58c21529ed793f2ad68cba6fa995bfefa71582e666a850740eb8f38edbab6fd85eb269114ceaaa9a47ff0cbe99cf
7
- data.tar.gz: 4dcce4e20ce40cf99891a73409c61c831d33baf8fef910b07d0c7a46b2715b2472247ac995adda73848a28e5aeea11fad392cf70a3036f3e4aaa17cc0b5771ea
6
+ metadata.gz: 4e824298e91d3d9e7db6914c267b77d8beac997fd59b119489ad0f74e4539bec312372b8f80373fadf489929319f2669a989f69e25e9a7e727ecdb3972a57ae5
7
+ data.tar.gz: 972bcef9bd5c017ee48a001baed499e8d16687221a6c1e76e3e27c329bcb949dc02148ca69c85b95b0657582d15ce7f2abf9e82b8947bca7a378b38b5010ae7f
data/README.md CHANGED
@@ -23,16 +23,8 @@ If using Rbenv, run ```rbenv rehash``` to make sys_watchdog binary available.
23
23
 
24
24
  ## Setup
25
25
 
26
- If on Linux with systemd available (eg: Ubuntu 16+, RedHat 7+. Generally distro versions released from 2015 on):
27
-
28
26
  ```
29
- sys_watchdog setup_with_systemd
30
- ```
31
-
32
- Otherwise:
33
-
34
- ```
35
- sys_watchdog setup_with_cron
27
+ sys_watchdog setup
36
28
  ```
37
29
 
38
30
  Edit ```/etc/sys_watchdog.yml```. You can see example configurations in [util/sys_watchdog_sample.yml](https://github.com/tomlobato/sys_watchdog/blob/master/util/sys_watchdog_sample.yml) and [test/sys_watchdog_test.yml](https://github.com/tomlobato/sys_watchdog/blob/master/test/sys_watchdog_test.yml).
@@ -53,11 +45,7 @@ Finally, start the periodic run...
53
45
 
54
46
  for systemd:
55
47
 
56
- ```systemctl start sys_watchdog```
57
-
58
- or, if installed with cron, uncomment the cron job line:
59
-
60
- ```vim /etc/crontab```
48
+ ```sys_watchdog start```
61
49
 
62
50
  ## Command line Cli
63
51
 
@@ -1,3 +1,3 @@
1
1
  module SysWatchdogVersion
2
- VERSION = "0.1.14".freeze
2
+ VERSION = "0.1.15".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sys_watchdog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Lobato