- Timestamp:
- 08/31/07 11:43:22 (15 years ago)
- Location:
- trunk
- Files:
-
- 2 removed
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r34 r49 3 3 ---------------------- 4 4 5 tar xvzf renetcol-0.0. 9.tar.gz6 cd renetcol-0.0. 95 tar xvzf renetcol-0.0.11.tar.gz 6 cd renetcol-0.0.11 7 7 ./configure 8 8 (./configure --help) … … 80 80 - line 47 to 53 : IP protocol choice and collector address 81 81 82 *REQUIRED* In this release (0.0. 9) the client tool host MUST be have a82 *REQUIRED* In this release (0.0.11) the client tool host MUST be have a 83 83 reverse DNS for his name. If not the collector will not be able to 84 84 communicate with the client. Explication: the rules are registered on the -
trunk/configure.in
r47 r49 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT(RENETCOL, 0.0.11 beta, andreu@renater.fr)5 AC_INIT(RENETCOL, 0.0.11, andreu@renater.fr) 6 6 AC_CONFIG_SRCDIR(src/) 7 7 AC_PROG_MAKE_SET -
trunk/tool/check.sh
r47 r49 11 11 killall renetcolAgg 12 12 sleep 1 13 /home/maintenance/renetcol-0.0.11 beta/src/renetcolMsgCtl /home/maintenance/renetcol-0.0.11beta/src/renetcol13 /home/maintenance/renetcol-0.0.11/src/renetcolMsgCtl /home/maintenance/renetcol-0.0.11/src/renetcol 14 14 echo "renetcolMsgCtl started" 15 15 sleep 2 16 /home/maintenance/renetcol-0.0.11 beta/src/renetcol /home/maintenance/renetcol-0.0.11beta/src/info_routeur_netflow.txt /home/maintenance/renetcol-0.0.11beta/src/donneesblocsadresses2 /home/maintenance/renetcol-0.0.11beta/src/rules.txt16 /home/maintenance/renetcol-0.0.11/src/renetcol /home/maintenance/renetcol-0.0.11/src/info_routeur_netflow.txt /home/maintenance/renetcol-0.0.11/src/donneesblocsadresses2 /home/maintenance/renetcol-0.0.11/src/rules.txt 17 17 echo "renetcol restarted" 18 /home/maintenance/renetcol-0.0.11 beta/src/renetcolSender /home/maintenance/renetcol-0.0.11beta/src/renetcol 1 /home/maintenance/renetcol-0.0.11beta/src/rules.txt18 /home/maintenance/renetcol-0.0.11/src/renetcolSender /home/maintenance/renetcol-0.0.11/src/renetcol 1 /home/maintenance/renetcol-0.0.11/src/rules.txt 19 19 echo "renetcolSender restarted" 20 /home/maintenance/renetcol-0.0.11 beta/src/renetcolAgg20 /home/maintenance/renetcol-0.0.11/src/renetcolAgg 21 21 else 22 22 echo "All is up"