rds-s3-backup 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,7 +44,7 @@ module Rds
44
44
 
45
45
  "Starting RDS-S3-Backup at #{@options['timestamp']}".tap do |t|
46
46
  $logger.info t
47
- $dogger.send t
47
+ $dogger.send t, :alert_type => 'Info', :priority => 'low'
48
48
  end
49
49
 
50
50
 
@@ -41,7 +41,7 @@ module Rds
41
41
  return if msg.nil? || msg.empty?
42
42
 
43
43
  options = {
44
- :msg_title => 'Alert',
44
+ :msg_title => 'Message from rds-s3-backup:',
45
45
  :alert_type => 'Error',
46
46
  :tags => [ "host:#{`hostname`}", "env:production" ],
47
47
  :priority => 'normal',
@@ -1,7 +1,7 @@
1
1
  module Rds
2
2
  module S3
3
3
  module Backup
4
- VERSION = "0.0.3"
4
+ VERSION = "0.0.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rds-s3-backup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: