Sha256: f9a44a099ddb203a32c523c7ea0c48f36e57e98b8af72119703f26dea7d94cc3

Contents?: true

Size: 485 Bytes

Versions: 11

Compression:

Stored size: 485 Bytes

Contents

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

    # The team name
    slack.team = 'my_team'

    # The integration token
    slack.token = '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

11 entries across 11 versions & 3 rubygems

Version Path
backup-4.1.3 templates/cli/notifiers/slack
venet-backup-4.1.3 templates/cli/notifiers/slack
backup-4.1.2 templates/cli/notifiers/slack
backup-4.1.1 templates/cli/notifiers/slack
backup-4.1.0 templates/cli/notifiers/slack
backup-4.0.7 templates/cli/notifiers/slack
backup-4.0.6 templates/cli/notifiers/slack
backup-4.0.5 templates/cli/notifiers/slack
backup-4.0.4 templates/cli/notifiers/slack
backup_zh-4.0.3.1 templates/cli/notifiers/slack
backup-4.0.3 templates/cli/notifiers/slack