This commit is contained in:
Justine
2019-11-01 12:32:43 +01:00
commit 405ebc5462
6 changed files with 855 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
#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:
* 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:
* -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 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.