commit | ee36c42d5edbf746c08c6096e1475c02c78ec695 | [log] [tgz] |
---|---|---|
author | Michal Kobus <mkobus@mirantis.com> | Mon Nov 26 15:02:31 2018 +0100 |
committer | Michal Kobus <mkobus@mirantis.com> | Mon Nov 26 15:25:48 2018 +0100 |
tree | 99dfd526d23f9745f6ffa50b50e04b955b4130c1 | |
parent | 2820c666d699f0fec140498fe9b1cea4d8ea553c [diff] |
Add unit testing + corrected config validation Change-Id: I141c052ab7eb054f52011d535ea37114e7367ebe Related-bug: PROD-24880 (PROD:24880)
Prometheus Alertmanager webhook receiver sending alert notification to Salesforce.
Install Python dependencies:
$ virtualenv venv $ venv/bin/pip install -e . $ source sf_notifier/vars/development
Add to settings/development.py
credentials for your Salesforce customer (not engineering) account:
SF_CONFIG = { 'AUTH_URL': 'xxx', 'USERNAME': 'xxx', 'PASSWORD': 'xxx', 'ORGANIZATION_ID': 'xxx', 'ENVIRONMENT_ID': 'xxx', 'SANDBOX_ENABLED': True }
You may also specify environment variables to override Python settings:
export SFDC_AUTH_URL="xxx" export SFDC_USERNAME="xxx" export SFDC_PASSWORD="xxx" export SFDC_ORGANIZATION_ID="xxx" export SFDC_ENVIRONMENT_ID="xxx" export SFDC_SANDBOX_ENABLED=true
Run server:
$ venv/bin/flask run
Check in browser:
http://127.0.0.1:5000/health