Adding upstream version 1.34.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e393c3af3f
commit
4978089aab
4963 changed files with 677545 additions and 0 deletions
18
plugins/inputs/salesforce/sample.conf
Normal file
18
plugins/inputs/salesforce/sample.conf
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Read API usage and limits for a Salesforce organisation
|
||||
[[inputs.salesforce]]
|
||||
## specify your credentials
|
||||
##
|
||||
username = "your_username"
|
||||
password = "your_password"
|
||||
##
|
||||
## (optional) security token
|
||||
# security_token = "your_security_token"
|
||||
##
|
||||
## (optional) environment type (sandbox or production)
|
||||
## default is: production
|
||||
##
|
||||
# environment = "production"
|
||||
##
|
||||
## (optional) API version (default: "39.0")
|
||||
##
|
||||
# version = "39.0"
|
Loading…
Add table
Add a link
Reference in a new issue