Sha256: 0ccfdd32acc50caf830d5462251e80d7489366302ba4f90993725721bfe9f21b

Contents?: true

Size: 392 Bytes

Versions: 56

Compression:

Stored size: 392 Bytes

Contents

  ##
  # Hipchat [Notifier]
  #
  notify_by Hipchat do |hipchat|
    hipchat.on_success = true
    hipchat.on_warning = true
    hipchat.on_failure = true

    hipchat.token          = "token"
    hipchat.from           = "DB Backup"
    hipchat.rooms_notified = ["activity"]
    hipchat.success_color  = "green"
    hipchat.warning_color  = "yellow"
    hipchat.failure_color  = "red"
  end

Version data entries

56 entries across 56 versions & 8 rubygems

Version Path
backup-4.2.0 templates/cli/notifiers/hipchat
backup-4.1.12 templates/cli/notifiers/hipchat
backup-4.1.11 templates/cli/notifiers/hipchat
backup-ssh-4.1.10 templates/cli/notifiers/hipchat
backup-4.1.10 templates/cli/notifiers/hipchat
backup-4.1.9 templates/cli/notifiers/hipchat
backup-4.1.8 templates/cli/notifiers/hipchat
backup-4.1.7 templates/cli/notifiers/hipchat
backup-4.1.6 templates/cli/notifiers/hipchat
backup-4.1.5 templates/cli/notifiers/hipchat
backup-4.1.4 templates/cli/notifiers/hipchat
backup-4.1.3 templates/cli/notifiers/hipchat
venet-backup-4.1.3 templates/cli/notifiers/hipchat
backup-4.1.2 templates/cli/notifiers/hipchat
backup-4.1.1 templates/cli/notifiers/hipchat
backup-4.1.0 templates/cli/notifiers/hipchat
backup-4.0.7 templates/cli/notifiers/hipchat
backup-4.0.6 templates/cli/notifiers/hipchat
backup-4.0.5 templates/cli/notifiers/hipchat
backup-4.0.4 templates/cli/notifiers/hipchat