Commit a785db98 authored by Jérome Perrin's avatar Jérome Perrin

software/grafana: http_response more often with a longer timeout

parent 5bb57502
......@@ -23,7 +23,7 @@ md5sum = 86e379ac6ba789d65369ca1e0d4dfa3f
[instance-agent]
filename = instance-agent.cfg.in
md5sum = 19763a2745aa440bcb3ea4252b9fe8e0
md5sum = a6f13d73732f4c1f34787c63ed9a7e8d
[influxdb-config-file]
......
......@@ -263,7 +263,8 @@ init =
urls = application.get("urls", [])
if urls:
inputs["http_response"].append({
"interval": "5m",
"interval": "2m",
"response_timeout": "1m",
"urls": urls,
"tags": {"app": application["name"]},
})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment