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-remote-0.0.16 templates/cli/notifiers/slack
backup-remote-0.0.15 templates/cli/notifiers/slack
backup-ssh-4.4.2 templates/cli/notifiers/slack
backup-ssh-4.4.1 templates/cli/notifiers/slack
backup-remote-0.0.14 templates/cli/notifiers/slack
backup-remote-0.0.13 templates/cli/notifiers/slack
backup-remote-0.0.12 templates/cli/notifiers/slack
backup-remote-0.0.11 templates/cli/notifiers/slack
backup-bouchard-4.4.4 templates/cli/notifiers/slack
backup-bouchard-4.4.2 templates/cli/notifiers/slack
backup-bouchard-4.4.1 templates/cli/notifiers/slack
backup-ssh-4.4.0 templates/cli/notifiers/slack
backup-remote-0.0.10 templates/cli/notifiers/slack
backup-remote-0.0.9 templates/cli/notifiers/slack
backup-remote-0.0.8 templates/cli/notifiers/slack
backup-remote-0.0.7 templates/cli/notifiers/slack
backup-remote-0.0.5 templates/cli/notifiers/slack
backup-remote-0.0.3 templates/cli/notifiers/slack
backup-remote-0.0.2 templates/cli/notifiers/slack
backup-4.4.0 templates/cli/notifiers/slack