- Timestamp:
- 04/27/11 10:34:53 (12 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r132 r155 3 3 ----------------------------- 4 4 5 $ tar xvzf renetcol-0.0.1 4.tar.gz6 $ cd renetcol-0.0.1 45 $ tar xvzf renetcol-0.0.15beta.tar.gz 6 $ cd renetcol-0.0.15beta 7 7 {./configure | ./configure --enable-ipv4agg=no } 8 8 Steps 1&2 , see below 9 9 $ make 10 $ make install (optional) 10 $ make install (to install binary files in bin/ you must use the following 11 option in configure command : ./configure --prefix=<path to renetcol> , example 12 ./configure --prefix=/home/me/renetcol-0.0.15 ) 11 13 12 14 ---------------------- … … 14 16 ---------------------- 15 17 16 OS requirements : Linux distribution (tested on Debian Etch and Ubuntu7.1)18 OS requirements : Linux distribution (tested on Debian Etch,lenny and Ubuntu7.1) 17 19 18 20 You must changed some values in renetcolParam.h, values are detailed in the file. … … 24 26 - libc6-prof 25 27 - librrd{0|2}-dev (if aggregation enabled) 28 - libpcap-dev (if --enable-readfromfile=yes ) 26 29 27 30 ------------------------------------- … … 52 55 We can also put the script in your root crontab to verify the collector state, 53 56 for exemple: 54 5,10,15,20,25,30,35,40,45,50,55 * * * * /bin/sh <path>/renetcol-0.0.1 4/tool/check.sh <path>/renetcol-0.0.14/57 5,10,15,20,25,30,35,40,45,50,55 * * * * /bin/sh <path>/renetcol-0.0.15beta/tool/check.sh <path>/renetcol-0.0.15beta/ 55 58 56 59 -------------------------- -
trunk/configure.in
r133 r155 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT(RENETCOL, 0.0.1 4, andreu@renater.fr)5 AC_INIT(RENETCOL, 0.0.15beta, andreu@renater.fr) 6 6 AC_CONFIG_SRCDIR(src/) 7 7 AC_PROG_MAKE_SET -
trunk/tool/check.sh
r73 r155 11 11 killall renetcolAgg 12 12 sleep 1 13 $1/ src/renetcolMsgCtl $1/src/renetcol13 $1/bin/renetcolMsgCtl $1/bin/renetcol 14 14 echo "renetcolMsgCtl started" 15 15 sleep 2 16 $1/ src/renetcol16 $1/bin/renetcol 17 17 echo "renetcol restarted" 18 $1/ src/renetcolSender $1/src/renetcol 118 $1/bin/renetcolSender $1/bin/renetcol 1 19 19 echo "renetcolSender restarted" 20 $1/ src/renetcolAgg20 $1/bin/renetcolAgg 21 21 else 22 22 echo "All is up"