Sha256: 0ccfdd32acc50caf830d5462251e80d7489366302ba4f90993725721bfe9f21b
Contents?: true
Size: 392 Bytes
Versions: 56
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
56 entries across 56 versions & 8 rubygems