a template-template to be filled in with the values of the current
authorStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 20 Nov 2008 17:16:50 +0000 (17:16 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Thu, 20 Nov 2008 17:16:50 +0000 (17:16 +0000)
monitor-zabbix server

zabbix/templates/zabbix_server.xml.in [new file with mode: 0644]

diff --git a/zabbix/templates/zabbix_server.xml.in b/zabbix/templates/zabbix_server.xml.in
new file mode 100644 (file)
index 0000000..2ed99ac
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<zabbix_export version="1.0" date="20.11.08" time="00.16">
+    <hosts>
+        <host name="%(hostname)s">
+            <useip>1</useip>
+            <dns>%(hostname)s</dns>
+            <ip>%(ip)s</ip>
+            <port>10050</port>
+            <status>0</status>
+            <groups>
+                <group>ZABBIX Servers</group>
+            </groups>
+            <templates>
+                <template>Template_Linux_PLC_Server</template>
+            </templates>
+        </host>
+    </hosts>
+</zabbix_export>