Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.
/ MiniMon Public archive

a minimal extendable monitor system written in shell

License

Notifications You must be signed in to change notification settings

misthios/MiniMon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniMon

Minimal Monitoring

Features

  • multiple machines
  • minimal dependencies
  • easily extendable : the sky is the limit

Installation

Both the client and server have the following dependencies:

  • JQ
  • socat

MiniMon Server

To install the server download the minimon-server script and run it see usage

MiniMon Client

To install the server download the minimon-server script and run it see usage

Usage

to start the server use the following command

./minimon-server -p <port> -c <path/to/cert.pem> -t <path/to/taskfolder> -m <path/to/monitorfolder> -v <0/1> 

to start the client use the following command

./minimon-client -i <ip> -p <port> -c <path/to/cert.pem> -t <path/to/taskfolder> -v <0/1> -d <seconds>

Extending

Extending minimon is possible by writing custom scripts and place it in your tasks folder. The client will find the task and add it to the json. see sysinfo

The server also needs a custom script to parse the new data. see sysinfo

The server can also be extended by the creation of monitors: Monitors are server sided tasks to check if the required service/host is reachable. see ping

About

a minimal extendable monitor system written in shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages