Skip to content

A simple process alive checker w/ webserver support.

License

Notifications You must be signed in to change notification settings

Archtec-io/mtalive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtalive

A simple process alive checker w/ webserver support.

The server will listen on ADDRESS:PORT/mtalive

Preinstalled dependencies

You must have the following packets installed:

  • python3 (tested w/ 3.10.x)
  • git (update script)

Install/run/update

To install mtalive, clone the repo and run update.sh.

To update mtalive, simply run update.sh again.

Run

Params:

  1. minetest_path (required)
  2. listening_address (optional, defaults to 127.0.0.1)
  3. listening_port (optional, defaults to 3000)

(The order of params is important)

./mtalive/env/bin/python3 mtalive.py /home/user/minetest/bin/minetest 127.0.0.1 3000

Make sure to activate the Python venv/use the Python binary from the env folder.

About

A simple process alive checker w/ webserver support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published