Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

shlomizadok/foreman_slack

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
.tx
 
 
app
 
 
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Foreman Slack

WIP A plugin with sends events from Foreman to a Slack channel. It currently sends only "host is built" event. More is planned.

Installation

Foreman Slack can be installed only as a gem. See How to install a Plugin for how to install on Foreman.

SLACK WEBHOOK_URL

To get WEBHOOK_URL you need:

  1. Go to https://slack.com/apps/A0F7XDUAZ-incoming-webhooks
  2. Choose your team, press configure
  3. In configurations press add configuration
  4. Choose channel, press "Add Incoming WebHooks integration"

Usage

Once you've got a Slack Webhook URL, you can add it in /settings, under the Slack tab.

TODO

  • Add 'Puppet error state' event
  • Add tests

Contributing

Fork and send a Pull Request. Thanks!

Copyright

Copyright (c) 2016 Shlomi Zadok

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.