nephelae 0.1.1 → 0.1.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.
@@ -15,7 +15,7 @@ module Nephelae
15
15
  private
16
16
 
17
17
  def default_namespace
18
- 'Nephelae/Linux'
18
+ 'Nephelae/Process'
19
19
  end
20
20
 
21
21
  end
@@ -12,6 +12,7 @@ module Nephelae
12
12
  @aws_secret_access_key = new_conf[:aws_secret_access_key]
13
13
  @region = new_conf[:region] || 'us-east-1'
14
14
  @plugins = new_conf[:plugins] || default_plugins
15
+ @plugins[:nephelae_process] = {plugin_class: "NephelaeProcess", schedule: "5m"}
15
16
  end
16
17
 
17
18
  def run
@@ -1,3 +1,3 @@
1
1
  module Nephelae
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6
6
  gem.email = ["stuart@madebymany.co.uk"]
7
7
  gem.description = %q{Nephelae is a daemon process that will upload custom cloud watch metrics in AWS}
8
8
  gem.summary = %q{Poll for server metrics and post them to AWS as custom CloudWatch metrics}
9
- gem.homepage = ""
9
+ gem.homepage = "https://github.com/madebymany/nephelae"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
12
12
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nephelae
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -120,7 +120,7 @@ files:
120
120
  - lib/nephelae/runner.rb
121
121
  - lib/nephelae/version.rb
122
122
  - nephelae.gemspec
123
- homepage: ''
123
+ homepage: https://github.com/madebymany/nephelae
124
124
  licenses: []
125
125
  post_install_message:
126
126
  rdoc_options: []