© 2011 Racktivity NV
46/55
Antwerpsesteenweg 19 - 9080 Lochristi - Belgium - www.racktivity.com
v 2013.10.7
shut down. When this value is set to 'disabled' no action will be performed.
Default: disabled
REBOOT
url:
The URL of the web page that will be called when the restart command is received.
When this value is left empty the machine on which the Agent is running will be
restarted. When this value is set to 'disabled' no action will be performed.
Default: disabled
MONITOR
interval:
The interval (in milliseconds) at which the system is monitored.
Default: 30000
pushurls:
A comma separated list of URLs that receive the data that is collapsed every 5
minutes. The data is sent in JSON format to the URLs by POST as the data parameter.
Default: an empty list
backlogsize:
The amount of collapsed monitored data points sets that are kept in
memory.
Default: 6
Additional Commands
The following binary commands are accepted by the Agent service:
shutdown
: Calls the shutdown URL or shuts down the machine (depending on the
configuration).
Example: shutdown
reboot
: Calls the reboot url or reboots the machine (depending on the configuration).
Example: reboot
reconfigure
: Sets a configuration parameter on the agent side.
Example: reconfigure:shutdown.url=disabledA0B1C2D3E4F5G6H7I8J9
In the example we set the URL parameter of the shutdown section to disabled.
"A0B1C2D3E4F5G6H7I8J9"
is the SHA1 hash of
"reconfigure:shutdown.url=disabled"
appended with the IP where the command is coming from. For instance if we send the
command from 192.168.1.1 the SHA1 hash is calculated from
"reconfigure:shutdown.url=disabled192.168.1.1"
.
configuration
: Gets a configuration parameter from the agent.
Example: configuration:shutdown.urlA0B1C2D3E4F5G6H7I8J9
In the example we get the URL parameter of the shutdown section.
"A0B1C2D3E4F5G6H7I8J9"
is the SHA1 hash of
"configuration:shutdown.url"
appended
with the IP where the command is coming from. For instance if we send the command
from 192.168.1.1 the SHA1 hash is calculated from
"configuration:shutdown.url192.168.1.1"
.
For more information regarding the binary commands, please contact Support.
The following HTTP command is also accepted by the Agent service:
/getlast5min
: Gets the monitored data of the last 5 minutes in a JSON format. Make sure
that the IP requesting the command is added to the allowed list of the Agent
configuration.
Example: http://192.168.14.250:6666/getlast5min