-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit a sample vpoller_module.conf for the loadable module of vPoller
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |