Sha256: 3f1a426372a8917a015d490a13c768eed042215ee79f264bc6befa54b185a3e0

Contents?: true

Size: 516 Bytes

Versions: 56

Compression:

Stored size: 516 Bytes

Contents

  ##
  # Slack [Notifier]
  #
  notify_by Slack do |slack|
    slack.on_success = true
    slack.on_warning = true
    slack.on_failure = true

    # The incoming webhook url
    # https://hooks.slack.com/services/xxxxxxxx/xxxxxxxxx/xxxxxxxxxx
    slack.webhook_url = 'xxxxxxxxxxxxxxxxxxxxxxxx'


    ##
    # Optional
    #
    # The channel to which messages will be sent
    # slack.channel = 'my_channel'
    #
    # The username to display along with the notification
    # slack.username = 'my_username'
  end

Version data entries

56 entries across 56 versions & 10 rubygems

Version Path
backup-ssh-4.4.5 templates/cli/notifiers/slack
backup-5.0.0.beta.3 templates/cli/notifiers/slack
backup-remote-0.0.19 templates/cli/notifiers/slack
backupii-0.1.0.pre.alpha.2 templates/cli/notifiers/slack
backupii-0.1.0.pre.alpha.1 templates/cli/notifiers/slack
cm-backup-1.0.0 templates/cli/notifiers/slack
backedup-5.0.0.beta.5 templates/cli/notifiers/slack
backedup-5.0.0.beta.4 templates/cli/notifiers/slack
backedup-5.0.0.beta.3 templates/cli/notifiers/slack
ext_backup-5.0.0.beta.2.1 templates/cli/notifiers/slack
backup-ssh-4.4.4 templates/cli/notifiers/slack
backup-ssh-4.4.3 templates/cli/notifiers/slack
ext_backup-5.0.0.beta.2.ext.0.1.2 templates/cli/notifiers/slack
backup-4.4.1 templates/cli/notifiers/slack
ext_backup-5.0.0.beta.2.ext.0.1.1 templates/cli/notifiers/slack
ext_backup-5.0.0.beta.2.ext.0.1.0 templates/cli/notifiers/slack
backup-remote-0.0.18 templates/cli/notifiers/slack
backup-5.0.0.beta.2 templates/cli/notifiers/slack
backup-5.0.0.beta.1 templates/cli/notifiers/slack
backup-remote-0.0.17 templates/cli/notifiers/slack