snapmon 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/generators/snapmon_config/templates/snapmon.yml +4 -0
- data/snapmon.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
@@ -53,6 +53,10 @@ checks:
|
|
53
53
|
|
54
54
|
# The notify section is required, there are 4 notification options, email, sms, gtalk, or aim.
|
55
55
|
# Any option specified will be used as a contact option when the site goes down
|
56
|
+
#
|
57
|
+
# Specific contact information is stored on http://www.snapmon.com/ and is shared between
|
58
|
+
# monitors. You can add a new contact there, just be sure to use the same name (spelling counts)
|
59
|
+
# here.
|
56
60
|
notify:
|
57
61
|
<% contacts_to_use.each do |contact| %>
|
58
62
|
- name: <%= contact[:name] %>
|
data/snapmon.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{snapmon}
|
8
|
-
s.version = "1.1.
|
8
|
+
s.version = "1.1.1"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Ryan Stout2"]
|
12
|
-
s.date = %q{2010-02-
|
12
|
+
s.date = %q{2010-02-23}
|
13
13
|
s.description = %q{Provides an interface to configure monitoring via snapmon.com from a config file.}
|
14
14
|
s.email = %q{help@snapmon.com}
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: snapmon
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ryan Stout2
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2010-02-
|
12
|
+
date: 2010-02-23 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|