scout_agent 3.1.0 → 3.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ == 3.1.1
2
+
3
+ * Switched the default URL to the production server
4
+
1
5
  == 3.1.0
2
6
 
3
7
  * Fixed a bug where the monitor might not properly signal all subprocesses
data/TODO CHANGED
@@ -1,5 +1,7 @@
1
1
  = To Do List
2
2
 
3
+ * Add a command that can install an init.d or launchd script for the user to
4
+ restart the agent as the system restarts
3
5
  * Build a `scout_agent help` command that provides general and command specific
4
6
  help, perhaps by parsing the comments on assignments
5
7
  * Add SSL certificate verification show we ensure we are always talking with the
@@ -20,7 +20,7 @@ module ScoutAgent
20
20
 
21
21
  # The default configuration for this agent.
22
22
  def defaults
23
- [ [:server_url, "https://beta.scoutapp.com"],
23
+ [ [:server_url, "https://scoutapp.com"],
24
24
  [:proxy_url, nil],
25
25
  [:run_as_daemon, true],
26
26
  [:logging_level, "INFO"],
data/lib/scout_agent.rb CHANGED
@@ -91,7 +91,7 @@ module ScoutAgent
91
91
  end
92
92
 
93
93
  # The version of this agent.
94
- VERSION = "3.1.0".freeze
94
+ VERSION = "3.1.1".freeze
95
95
  # A Pathname reference to the agent code directory, used in dynamic loading.
96
96
  LIB_DIR = Pathname.new(File.dirname(__FILE__)) + agent_name
97
97
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Edward Gray II
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2009-05-01 00:00:00 -05:00
15
+ date: 2009-05-02 00:00:00 -05:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency