Clusterlogs
From ISPWiki
Functions
The utility runs as a daemon and is intended for periodical renewal of logs on the master server. It verifies all the site logs once in a specified time (see cluster_sites.conf) and those modified, reads new records and sends them to the aggregation server.
If the size of any log is more than 1 MB, it will be reseted once the update information is sent.
Configuration file
/usr/local/ispmgr/etc/oproxy.conf is used by default. The other configuration file can be specified by the --config command line parameter. Following are parameters with default values:
Param logs_server "(no default value)"
The server where updates are sent to is specified as "IP:port". oProxy will use this address to listen the cluster protocol (see oproxy.conf for more information)
Param logs_server_password "password"
The password for authorization on the aggregation server. It should coincide with the master_password parameter in its configuration file.
Param update_logs_period "5"
Verify the logs' statuses and renew them once in several seconds.
