commit | 043c5997d44655e8ce3aaf31120db15d258e82a5 | [log] [tgz] |
---|---|---|
author | Michal Kobus <mkobus@mirantis.com> | Wed Sep 30 16:26:08 2020 +0200 |
committer | Michal Kobus <mkobus@mirantis.com> | Wed Sep 30 16:35:03 2020 +0200 |
tree | 650644c4d30c5d698ba24679a57471b6969f01ad | |
parent | e7589f7098e69d6d02b2bba7dbd6c8cea88d7aa6 [diff] |
Fix alert occurrence query formatting - not properly handled "=" signs Change-Id: I891ab4cb4fde2d42b04579817c00937a14c66c0c Related-PROD: PRODX-7212
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/uwsgi --http 127.0.0.1:5000 --wsgi-file sf_notifier/server.py --callable app_dispatch
Check in browser:
http://127.0.0.1:5000/metrics