a remote system monitoring tool based on the conecpt of fetch programs
Find a file
2025-06-26 22:43:43 +02:00
agent starting anew 2025-06-26 22:43:43 +02:00
server starting anew 2025-06-26 22:43:43 +02:00
.gitignore starting anew 2025-06-26 22:43:43 +02:00
LICENSE starting anew 2025-06-26 22:43:43 +02:00
README starting anew 2025-06-26 22:43:43 +02:00

monfetch
--------

a remote system monitoring tool based on the conecpt of fetch programs.

monfetch is a client-server program to remotely and centrally monitor
servers. the agent fetches information in a classic UNIX fetch program
style and POSTs the collected information to a remote server.
The remote server will then collect that information and display it in
a way similar to those fetch programs, but on a web interface.

-> instructions

server:

* git clone
* install python3 and flask
* cd into the server/ directory
* customize auth token
* run the server somehow, i.e. nohup python3 server.py &

client(s):

* git clone
* cd into the agent/ directory
* set auth token & server url
* run the agent somehow, i.e. nohup ./agent.sh &