[Mon-commit] mon-client CHANGES, 1.1.1.1, 1.1.1.1.4.1 README, 1.1.1.1, 1.1.1.1.4.1 .monperl.prcs_au
Brought to you by:
trockij
From: Jim T. <tr...@us...> - 2007-06-25 13:09:30
|
Update of /cvsroot/mon/mon-client In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv30626 Modified Files: Tag: mon-client-1-2-branch CHANGES README Removed Files: Tag: mon-client-1-2-branch .monperl.prcs_aux Log Message: updated readme Index: README =================================================================== RCS file: /cvsroot/mon/mon-client/README,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.4.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1 *** README 18 Jun 2004 14:25:16 -0000 1.1.1.1 --- README 25 Jun 2007 13:09:24 -0000 1.1.1.1.4.1 *************** *** 5,15 **** This is the Perl5 module for interfacing with the Mon system monitoring ! package. Currently only the client interface is implemented, but more ! things like special logging routines and persistent monitors are being ! considered. "mon" is a tool for monitoring the availability of services. More information can be found at http://www.kernel.org/software/mon/ - and https://sourceforge.net/projects/mon/. To install: --- 5,14 ---- This is the Perl5 module for interfacing with the Mon system monitoring ! package. It is intended to be used in conjuction with the mon 1.2.x server. ! Currently only the client interface is implemented, but more things like ! special logging routines and persistent monitors are being considered. "mon" is a tool for monitoring the availability of services. More information can be found at http://www.kernel.org/software/mon/ To install: *************** *** 23,30 **** make install ! ! Jim Trocki ! Computer System and Network Engineer ! Transmeta Corporation ! Santa Clara, CA ! tr...@tr... --- 22,28 ---- make install ! Jim Trocki <tr...@ar...> ! Software Engineer ! Linux Systems Group ! Unisys ! Malvern, PA --- .monperl.prcs_aux DELETED --- Index: CHANGES =================================================================== RCS file: /cvsroot/mon/mon-client/CHANGES,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.4.1 diff -C2 -d -r1.1.1.1 -r1.1.1.1.4.1 *** CHANGES 18 Jun 2004 14:25:15 -0000 1.1.1.1 --- CHANGES 25 Jun 2007 13:09:19 -0000 1.1.1.1.4.1 *************** *** 4,7 **** --- 4,15 ---- CHANGELOG + Mon Jun 25 09:08:37 EDT 2007 + ---------------------------- + + For use with mon-1.2.x, see: + + http://www.kernel.org/software/mon/ + + Differences between 0.9901 and 1.0000: Fri Jun 18 09:38:01 EDT 2004 |