Merge pull request #78 from oliverpool/patch-1
doc: timeout must be greater than 1000
This commit is contained in:
commit
5d526bb308
|
@ -20,6 +20,7 @@ modules:
|
|||
# The session timeout is in milliseconds. Note that a scrape can take up
|
||||
# to (session-timeout * #-of-collectors) milliseconds, so set the scrape
|
||||
# timeout in Prometheus accordingly.
|
||||
# Must be larger than the retransmission timeout, which defaults to 1000.
|
||||
timeout: 10000
|
||||
# Available collectors are bmc, ipmi, chassis, dcmi, sel, and sm-lan-mode
|
||||
# If _not_ specified, bmc, ipmi, chassis, and dcmi are used
|
||||
|
|
Loading…
Reference in New Issue