Commit graph

11 commits

Author SHA1 Message Date
Adam James
5e0d57cce0 Add Graphite Web HTTP request timeout option
If the Graphite Web server is unreachable, all requests for frontend
pages containing graphs hang until the backend HTTP request times out,
resulting in a very poor UX.

The Guzzle documentation states that the default behaviour is to wait
indefinitely, however in our testing the cURL handler has an internal
default of 30 seconds:

https://docs.guzzlephp.org/en/stable/request-options.html#timeout

This commit makes the HTTP request timeout configurable and sets a
reasonable default of 10 seconds.
2024-02-20 15:43:34 +01:00
Alexander A. Klimov
8f7be9ee5d Fix form element validation
refs #115
2018-01-10 18:37:30 +01:00
lippserd
d012b74fb2
Merge pull request #97 from Icinga/feature/insecure-tls
Add switch for insecure TLS
2017-12-19 11:41:11 +01:00
Alexander A. Klimov
84fba6f5a1 Add switch for insecure TLS 2017-12-19 10:48:30 +01:00
Alexander A. Klimov
a410e50c82 Add setting: Disable "no graphs found"
refs #99
2017-12-18 18:09:55 +01:00
Alexander A. Klimov
daea0c2c78 Merge branch 'feature/option-default-time-range-98'
fixes #98
2017-12-18 11:31:13 +01:00
Alexander A. Klimov
1c843915ac Add global option to set default time range
refs #98
2017-12-15 16:32:19 +01:00
Alexander A. Klimov
2450fcb2fe Parameterize the service variable vars.check_command
refs #101
2017-12-15 14:33:56 +01:00
Alexander A. Klimov
2d5f858da5 Simplify backend config 2017-11-27 10:32:01 +01:00
Alexander A. Klimov
2ff8c5edad Fix password misrepresentation 2017-11-21 19:14:34 +01:00
Alexander A. Klimov
d75b31158f Split configuration form
refs #54
2017-09-26 11:20:49 +02:00