Skip to content

Monitor for fast health checkups of the infrastructure

License

Notifications You must be signed in to change notification settings

lc787/monitor-reloaded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployment

Get python 3.12.*.

Install dependencies:

pip install -r requirements.txt

Setup the config file:

cp config.toml.example config.toml
nvim config.toml

Run in dev:

fastapi dev main.py

Alternatively, to run a production server:

uvicorn main:app --host 0.0.0.0 --port <port>

Releases

This service uses semantic versioning.

Contributing

Contributions welcome. Shoot us a PR! Or you can setup your own fork if you wanna. I'm not your boss.

About

Monitor for fast health checkups of the infrastructure

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors