sfc_ikiteru 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.
Files changed (4) hide show
  1. data/History.txt +4 -0
  2. data/README.rdoc +16 -0
  3. data/lib/sfc_ikiteru.rb +1 -1
  4. metadata +3 -3
@@ -1,3 +1,7 @@
1
+ === 0.0.2 2011-03-24
2
+
3
+ * readme
4
+
1
5
  === 0.0.1 2011-03-24
2
6
 
3
7
  * created
@@ -14,6 +14,22 @@ check status of Keio Univ SFC.
14
14
  p per
15
15
  p details
16
16
 
17
+ == TOOL:
18
+
19
+ check status on CUI.
20
+
21
+ % sfc_ikiteru
22
+
23
+
24
+ results
25
+
26
+ sfc_ikiteru => 生存率 100%
27
+ web.sfc.keio.ac.jp => 正常です
28
+ ccz01.sfc.keio.ac.jp => 正常です
29
+ ccz02.sfc.keio.ac.jp => 正常です
30
+ mail.sfc.keio.ac.jp => 正常です
31
+ masui.sfc.keio.ac.jp => 正常です
32
+
17
33
 
18
34
  == REQUIREMENTS:
19
35
 
@@ -1,7 +1,7 @@
1
1
  require 'ping'
2
2
 
3
3
  module SfcIkiteru
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  def SfcIkiteru.servers
6
6
  [
7
7
  {:host => 'web.sfc.keio.ac.jp', :service => 'echo'},
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sfc_ikiteru
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Sho Hashimoto