1 ============================
2 Zabbix Agent Software Release
3 =============================
5 This Software Release allows to deploy a Zabbix Agent that will connect
6 to an existing Zabbix Server.
8 Please see http://www.zabbix.com/ for more informations.
16 Name of the machine probed by the agent.
20 list of Zabbix servers to connect to, comma-seperated.
27 Add custom UserParameter(s) lines to the Zabbix Agent configuration file.
30 Examples of instance parameters XML
31 ===================================
36 Simple request: just request a new instance of it, with the following parameters::
38 <?xml version="1.0" encoding="utf-8"?>
40 <parameter id="server">REPLACE BY IP(v6) OF ZABBIX SERVER</parameter>
41 <parameter id="hostname">REPLACE BY DESIRED HOSTNAME OF MACHINE</parameter>
47 Deploy a Zabbix Agent instance for machine named "mymachine" connecting to a Zabbix server accessible from 2001:41d0:1:9b1a::1::
49 <?xml version="1.0" encoding="utf-8"?>
51 <parameter id="server">2001:41d0:1:9b1a::1</parameter>
52 <parameter id="hostname">mymachine</parameter>
58 Deploy a Zabbix Agent instance for machine named "mymachine" connecting to a Zabbix server accessible from 2001:41d0:1:9b1a::1, with several custom parameters::
60 <?xml version="1.0" encoding="utf-8"?>
62 <parameter id="server">2001:41d0:1:9b1a::1</parameter>
63 <parameter id="hostname">mymachine</parameter>
64 <parameter id="custom-user-parameter">
65 UserParameter=custom_random,echo $RANDOM
66 UserParameter=custom_date,date