Skip to main content

SRE Bot for slack communication

Project description

sre-bot-slack

Sends notifications to slack.

Configuration

/etc/sre/slack.conf


# a default token (necessary)
{
  "token": "<token>",
}

# different channels:
{
  "token": "<token>",
  "channels": {
    "channel1": <"token_channel>",
    "channel2": <"token_channel>"
  },
}

``

# How to upload new version
  * increase version in setup.py
  * one time: pipenv install twine --dev
  * pipenv shell
  * python3 setup.py upload

# install directly

pip3 install git+https://github.com/marcwimmer/sre-bot`

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sre-bot-slack-0.0.4.tar.gz (3.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page