8000 GitHub - lstoll/alertr
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

lstoll/alertr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alertr - simple external monitoring

Really basic tool to run on Heroku to watch an alertmanager/prometheus install

Deploy

heroku container:login
docker buildx build --push --platform linux/amd64 -t registry.heroku.com/<app>/web .
heroku container:release web -a <app>
heroku ps:scale web=0 -a <app> # scheduler only, but things need to be in the web container for it
0