Skip to content

Commit

Permalink
Commit example config file for zabbix-vsphere-import
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Apr 23, 2014
1 parent 35512d2 commit ea3d718
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/misc-tools/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
vsphere:
hostname: vc01.example.org

vpoller:
endpoint: tcp://localhost:10123
retries: 3
timeout: 3000

zabbix:
hostname: http://zabbix.example.org/zabbix
username: Admin
password: zabbix

vsphere_object_host:
proxy: zbx-proxy.example.org
templates:
- Template VMware vSphere Hypervisor - vPoller with C client
macros:
VSPHERE_HOST: vc01.example.org
groups:
- Hypervisors

vsphere_object_vm:
templates:
- Template VMware vSphere Virtual Machine - vPoller with C client
macros:
VSPHERE_HOST: vc01.example.org
groups:
- Virtual Machines

vsphere_object_datastore:
templates:
- Template VMware vSphere Datastore - vPoller with C client
macros:
VSPHERE_HOST: vc01.example.org
groups:
- Datastores

0 comments on commit ea3d718

Please sign in to comment.