- Timestamp:
- 04/20/09 15:14:26 (14 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/README
r97 r108 46 46 ./renetcol ... : launch the collector (you must be root) 47 47 ./renetcolSender ... : to use remote client 48 ./renetcolMsgCtl ... : to kill the IPC message queue if you kill renetcol 48 ./renetcolMsgCtl ... : to kill the IPC message queue if you kill renetcol 49 49 50 50 We recommand to use the script *check.sh* (in tool/) to launch renetcol. 51 This script required in parameters the path to renetcol and you must edit the file.51 This script required in parameters the path to renetcol. 52 52 We can also put the script in your root crontab to verify the collector state, 53 53 for exemple: … … 55 55 /bin/sh <path>/renetcol-0.0.14beta/tool/check.sh <path>/renetcol-0.0.14beta/ 56 56 57 ------------------- 58 | Commands exemples |59 ------------------- 57 -------------------------- 58 | Others Commands exemples | 59 -------------------------- 60 60 61 61 colnet:/tmp/renetcol_user/src# killall renetcol … … 88 88 *REQUIRED* In this release the client tool host MUST be have a 89 89 reverse DNS for his name. If not the collector will not be able to 90 communicate with the client. Explication: the rules are registered on the91 collector in the conffile (rules.txt) in such way:90 communicate with the client. Explication: filters are registered on the 91 collector in a file (rules.txt) in such way: 92 92 N 53.renater.fr 93 93 O socket 53.renater.fr 2222 … … 99 99 100 100 The client tool can be used on the collector box or in remote mode. You can 101 used few clients instantiations (on differents remotes PCs).101 used few clients instantiations (on differents remotes computers).