backup/backup

View on GitHub
templates/cli/notifiers/pushover

Summary

Maintainability
Test Coverage
  ##
  # Pushover [Notifier]
  #
  notify_by Pushover do |push|
    push.on_success = true
    push.on_warning = true
    push.on_failure = true

    push.user       = "USER_TOKEN"
    push.token      = "APP_TOKEN"
  end