Skip to content

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

License

Notifications You must be signed in to change notification settings

chiyokolinux/monfetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 &

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published