To ensure that statistics is properly collected by Urchin 4 and Urchin5,
polled winboxes must be no older than 2.3.1.
- Install Urchin as instructed by the
Urchin Installation Guide.
- Log into H-Sphere control panel server as root.
- In the hsphere.properties file configure the following variables:
URCHIN_SERVER_ID = <LSERVER_ID>
URCHIN_PORT = <SERVER_PORT>
URCHIN_SCHEDULER_START = <SCHEDULER_START_HOUR>
URCHIN_SCHEDULER_FINISH = <SCHEDULER_STOP_HOUR>
URCHIN_PROTOCOL = <PROTOCOL>
Where:
LSERVER_ID is the ID of the logical server where Urchin4 is installed;
SERVER_PORT is the port where Urchin is installed;
SCHEDULER_START_HOUR and SCHEDULER_STOP_HOUR set the hours
when statistics is collected, e.g. between 2 and 4;
PROTOCOL is the protocol to connect to the Urchin control panel, e.g. http or https.
- Restart HSphere for changes to take effect.
|