Skip to content

Commit

Permalink
Commit a sample vpoller_module.conf for the loadable module of vPoller
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Sep 12, 2014
1 parent cc011ab commit 019c0a6
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/zabbix/vpoller-module/vpoller_module.conf.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# This is the configuration file for the vPoller loadable module.
# For more information about vPoller,
# please visit https://github.com/dnaeon/py-vpoller

### Option: vPollerTimeout
# Specifies the timeout period for vPoller task requests.
# The timeout value is in milliseconds.
#
# Mandatory: no
# Range: 1000-60000
# Default:
# vPollerTimeout=10000

### Option: vPollerRetries
# Specifies how many times a vPoller task requests can be retried.
#
# Mandatory: no
# Range: 1-100
# Default:
# vPollerRetries=1

### Option: vPollerProxy
# Specifies the vPoller Proxy endpoint to which new
# task requests will be sent.
#
# Mandatory: no
# Default:
# vPollerProxy=tcp://localhost:10123

0 comments on commit 019c0a6

Please sign in to comment.