Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Execute custom query and notify via Slack #48

Open
debeando opened this issue Sep 9, 2018 · 0 comments
Open

Execute custom query and notify via Slack #48

debeando opened this issue Sep 9, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@debeando
Copy link
Collaborator

debeando commented Sep 9, 2018

Create a YAML or JSON with all custom queries to execute every x time:

Example:

queries:
- description: "purchase by hours"
  query: "SELECT count(id) FROM purchases WHERE created_at >=..."
  schedule: every 1 hour
  warning: 10
  alert: 0
  channel: kpi

Related projects:

@debeando debeando added the enhancement New feature or request label Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

0 participants