2017 © Pedro Peláez
 

library cachet-slack-integration

Adds Slack notifications on Cachet events.

image

mrbase/cachet-slack-integration

Adds Slack notifications on Cachet events.

  • Wednesday, August 3, 2016
  • by mrbase
  • Repository
  • 1 Watchers
  • 8 Stars
  • 217 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

Cachet Slack integration

This package adds Slack integration to your Cachet installation., (*1)

When set up it will send notifications to a slack channel when a incident is either added or updated - and when components are added or updated., (*2)

Install

composer require mrbase/cachet-slack-integration

Add provider to your config/app.php providers, (*3)

'providers' => [
    ...
    Maknz\Slack\SlackServiceProvider::class,
    Mrbase\CachetSlackIntegration\ServiceProvider::class,
],

And to aliases:, (*4)

'aliases' => [
    ...
    'Slack' => Maknz\Slack\Facades\Slack::class,
],

Publish config and translations:, (*5)

php artisan vendor:publish

Setup

Edit config/slack.php and replace the following with your own settings, update any other settings as toy see fit:, (*6)

'endpoint' => '',

The endpoint url is something like: https://hooks.slack.com/services/XXXX/XXXX/XXX, (*7)

Remember to clear cache and config., (*8)

Done, Cachet will now send notifications to your Slack channel on incident events., (*9)

Note

In the current version only one Slack account/channel is supported. I have plans for adding support for Slack subscriptions just as you subscribe to email notifications., (*10)

Sponsored by Unity, (*11)

The Versions

03/08 2016

dev-master

9999999-dev https://github.com/mrbase/cachet-slack-integration

Adds Slack notifications on Cachet events.

  Sources   Download

MIT

The Requires

 

laravel slack integration cachet

03/08 2016

1.1

1.1.0.0 https://github.com/mrbase/cachet-slack-integration

Adds Slack notifications on Cachet events.

  Sources   Download

MIT

The Requires

 

laravel slack integration cachet

14/12 2015

1.0

1.0.0.0 https://github.com/mrbase/cachet-slack-integration

Adds Slack notifications on Cachet events.

  Sources   Download

MIT

The Requires

 

laravel slack integration cachet