Skip to content

xiangdotli/grafana_webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GET http://127.0.0.1:5001/

POST http://127.0.0.1:5001/notify { "evalMatches": [ { "value": 40.66, "metric": "metric", "tags": { "name": "go_goroutines", "instance": "prometheus:9090", "job": "prometheus" } } ], "message": "high numbers of goroutines found", "ruleId": 1, "ruleName": "Urgent Issue: high numbers of goroutines", "ruleUrl": "http://localhost:3000/d/w2u6SYgWk/monitor?fullscreen&edit&tab=alert&panelId=2&orgId=1", "state": "alerting", "title": "[Alerting] Urgent Issue: high numbers of goroutines" }

front flask with gunicorn wsgi http server nohup gunicorn3 --workers 8 --bind 0.0.0.0:5555 sms_app:app >& /dev/null &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages