From 79f342fbea0c5cb02f6e4b0fc55d197d810c0a4b Mon Sep 17 00:00:00 2001 From: justine Date: Fri, 26 Nov 2021 15:50:37 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8e4ba5a..7e4cdb6 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -#JuMonitor : A simple monitoring script +# JuMonitor : A simple monitoring script This script is designed to monitor a list a clients by sending pings. It can keep you informed by sending alerts, sending a logfile, or both, by mail. -##Contents: +## Contents: * JuMonitor.py : The main program * jumonitor.conf : the configuration file. See the comments inside of it for details. * jumonitor.conf.orig : A sample configuration file, kept for backup. * jumonitor.log : logfile generated by the program. Will be created if absent. * juconfigen.py : generates a default config file. You should not need it to use this program. -##Options are: +## Options are: * -h : prints the help * -v : verbose (prints to screen as well as to logfile) * -d : dynamic : instead of reading the config file, ask for info in a dynamic fashion * -t : testmail : sends a test email -##Dynamic mode : +## Dynamic mode : Dynamic mode is used when configuration has yet to be made. It is recommended if you don't know where to start. It asks for every information needed, and then allows you to save it to a file. It is quite slef-explanatory, however, using it with in verbose mode results in a VERY talkative manner.