User manual

© 2011 Racktivity NV 85/160
Antwerpsesteenweg 19 - 9080 Lochristi - Belgium - www.racktivity.com v 2014.5.14
Configuration
The configuration can be done by changing the agent.ini file in a text file editor.
The agent.ini file can be found on:
Linux: /etc/racktivity/agent.ini
Windows: c:\Program Files\Racktivity\agent.ini or c:\Program Files
(x86)\Racktivity\agent.ini
agent.ini
[main]
host=0.0.0.0
port=1666
workers=4
allowed=192.168.14.214,127.0.0.1,192.168.14.219
debug=0
[shutdown]
url=http://192.168.14.214/agent.cgi?ADDR=P1&INDEX=8&CMD=0
[reboot]
url=http://www.google.com/reboot
[monitor]
interval=30000
pushurls=http://localhost/somefunction
backlogsize=6
main
host: The ip that the agent listens on.
0.0.0.0 means listen on any available ip address.
Default: 0.0.0.0
port: The port that the agent listens on.
Default: 6666
workers: The amount of worker threads that are used to handle the connections.
This does not mean we're limited to only 4 connections at once. This probably shouldn't be
changed. Default: 4
allowed: A comma separated list of ips that are allowed to communicate with the agent.
If the ip is not in the list the connection is closed instantly and the agent will not work.
Default: an empty list
debug: If the agent adds debug information or not to the logs and/or console.
Default: 0
shutdown
url: A url to the webpage that will be called when the shutdown command is sent.
If the value is empty then the machine where the agent is running is shut down.