a template-template to be filled in with the values of the current
[monitor.git] / zabbix / templates / zabbix_server.xml.in
1 <?xml version="1.0"?>
2 <zabbix_export version="1.0" date="20.11.08" time="00.16">
3     <hosts>
4         <host name="%(hostname)s">
5             <useip>1</useip>
6             <dns>%(hostname)s</dns>
7             <ip>%(ip)s</ip>
8             <port>10050</port>
9             <status>0</status>
10             <groups>
11                 <group>ZABBIX Servers</group>
12             </groups>
13             <templates>
14                 <template>Template_Linux_PLC_Server</template>
15             </templates>
16         </host>
17     </hosts>
18 </zabbix_export>