[Mon-commit] mon INSTALL,1.2.2.1,1.2.2.2 README,1.3.2.1,1.3.2.2
Brought to you by:
trockij
From: Jim T. <tr...@us...> - 2007-06-25 13:10:47
|
Update of /cvsroot/mon/mon In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31586 Modified Files: Tag: mon-1-2-branch INSTALL README Log Message: updated docs Index: README =================================================================== RCS file: /cvsroot/mon/mon/README,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** README 3 Jun 2007 13:08:58 -0000 1.3.2.1 --- README 25 Jun 2007 13:10:05 -0000 1.3.2.2 *************** *** 61,66 **** ------------ ! The latest release of mon is available from kernel.org ! in pub/software/admin/mon/. Please choose a mirror from http://www.kernel.org/mirrors/ --- 61,66 ---- ------------ ! The latest release of mon is available from kernel.org in ! /pub/software/admin/mon/. Please choose a mirror from: http://www.kernel.org/mirrors/ *************** *** 75,85 **** CVS trees of both the development trunk and stable release branches are ! available from anonymous CVS access on sourceforge.net. To check out the latest ! stable branch, do the following: ! $ cvs -d:pserver:ano...@cv...:/cvsroot/mon login ! $ cvs -z3 -d:pserver:ano...@cv...:/cvsroot/mon co -r mon-1-0-0pre1 mon - The "development" branch may be checked out by omitting the "-r mon-1-0-0pre1". --- 75,83 ---- CVS trees of both the development trunk and stable release branches are ! available from anonymous CVS access on sourceforge.net. To check out the ! latest, see: ! http://mon.wiki.kernel.org/index.php/Development *************** *** 91,94 **** ---------- ! Jim Trocki ! tr...@ar... --- 89,95 ---- ---------- ! Jim Trocki <tr...@ar...> ! Software Engineer ! Linux Systems Group ! Unisys ! Malvern, PA Index: INSTALL =================================================================== RCS file: /cvsroot/mon/mon/INSTALL,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** INSTALL 11 May 2007 01:00:25 -0000 1.2.2.1 --- INSTALL 25 Jun 2007 13:10:05 -0000 1.2.2.2 *************** *** 40,49 **** ------------------------------------ ! The Perl client module is distributed as a separate package. It is named ! "mon-client-*.tar.gz". Refer to that for installation instructions. ! It is available on kernel.org mirrors in the /pub/software/admin/mon directory, ! and in CVS on sourceforge.net. Be sure to match the version of mon-client with ! the version of mon you are using. At this time, branch "mon-1-0-0pre1" of the ! mon CVS module matches the "mon-client-1-0-0pre1" branch of the mon-client CVS module. See http://sourceforge.net/projects/mon/ for information on CVS access. --- 40,50 ---- ------------------------------------ ! The Perl client module is distributed as a separate package, and is required ! for the web interfaces "mon.cgi" and "monshow" and for "moncmd". It is named ! "mon-client-*.tar.gz". Refer to that for installation instructions. It is ! available on kernel.org mirrors in the /pub/software/admin/mon directory, and ! in CVS on sourceforge.net. Be sure to match the version of mon-client with the ! version of mon you are using. At this time, branch "mon-1-2-branch" of the mon ! CVS module matches the "mon-client-1-2-branch" branch of the mon-client CVS module. See http://sourceforge.net/projects/mon/ for information on CVS access. *************** *** 70,114 **** ----------- ! All of the monitor and alert scripts that are packaged with mon are ! actually *optional*. However, this is what you'll need for each special ! monitor, with CPAN paths relative to /cpan/modules/by-author/id/ ! freespace.monitor - requires Filesys::Diskspace from CPAN, ! in FTASSIN/Filesys-DiskSpace-0.05.tar.gz ! ! fping.monitor - requires the 'fping' binary, from http://www.fping.com ! RPM packages available at http://dag.wieers.com/packages/fping/ ! telnet.monitor - requires the Net::Telnet from CPAN, ! in J/JR/JROGERS/Net-Telnet-3.03.tar.gz ! reboot.monitor ! asyncreboot.monitor ! netappfree.monitor ! process.monitor ! hpnp.monitor ! Use the 'net-snmp' package (formerly UCD SNMP), from ! http://sourceforge.net/projects/net-snmp ! with G.S. Marzot's Perl module G/GS/GSM/SNMP-4.2.0.tar.gz ! ldap.monitor - requires Net::LDAPapi from CPAN, ! CDONLEY/Net-LDAPapi-1.42.tar.gz ! dialin.monitor - requires the Perl Expect module from CPAN, ! R/RG/RGIERSIG/Expect-1.15.tar.gz ! dns.monitor - requires Net::DNS from CPAN, ! C/CR/CREIN/Net-DNS-0.47.tar.gz ! msql-mysql.monitor ! requires the MSQL/MySQL DBD module and DBI front-end. - There are a good number of useful monitors included which are not listed - above, so please take the time to read doc/README.monitors to get the - details. 5. MON.CF CUSTOMIZATION AND STARTUP ----------------------------------- -Read the man page for "mon" and "moncmd" in the doc/ directory to get an overview of the directories involved, i.e. the configuration, --- 71,118 ---- ----------- ! All of the monitor and alert scripts that are packaged with mon are actually ! optional in that it will only use the monitors which you have specified in your ! configuration. There is no need to install any extra dependencies, such as Perl ! modules, for monitors which you will not be using. ! You may test to see if a monitor works outside of mon by simply running it from ! the command line, giving it a host as an argument. For example: ! $ ./fping.monitor uplift ! start time: Mon Jun 25 07:52:34 2007 ! end time : Mon Jun 25 07:52:34 2007 ! duration : 0 seconds ! -------------------------------------------------------------------------- ! reachable hosts rtt ! --------------------------------------------------------------------------- ! uplift 0.07 ms ! Some monitors may need Perl modules which may not already be installed on your ! system. To determine if you have the requisite modules installed, you can pass ! the monitor to "perl -c" and see if it says "OK", like this: ! $ perl -c fping.monitor ! fping.monitor syntax OK ! If it gripes about "Can't locate...", then what follows are the modules which ! you'll need to install from CPAN. ! ! Monitors may have their own embedded documentation at the top, and some ! may provide their own POD (viewable with "pod2man xyz.monitor | nroff -man"). ! There may also be some additional documentation on some monitors in the "doc" ! directory of the root of the tarball. 5. MON.CF CUSTOMIZATION AND STARTUP ----------------------------------- + -You may want to begin learning about mon by following the slides from the + presentation. They cover the components, what they do, how they relate, and + how it all works together. Find them here: + + http://mon.wiki.kernel.org/index.php/Documentation + -Read the man page for "mon" and "moncmd" in the doc/ directory to get an overview of the directories involved, i.e. the configuration, |