Skip to content

kruchkov-alexandr/cross-alerting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

cross-alerting

local testing

run service:

python3 main.py

run positive test:

while true; do curl -X POST -H "Content-Type: application/json" -d '{"message": "test webhook"}' http://localhost:5000/api/alert; sleep 10; done

run positive test in real URL without alertmanager:

while true; do curl -X POST -H "Content-Type: application/json" -d '{"message": "test webhook"}' https://cross-alerting.domain.io/api/alert; sleep 10; done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published