Sha256: 5757050cfce758cb974f29891ea2d6d007339cd8e7487da2805d69841d0074ad
Contents?: true
Size: 392 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.21 | templates/cli/utility/notifier/hipchat |
backup-3.0.20 | templates/cli/utility/notifier/hipchat |