1.1 KiB
1.1 KiB
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.