Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit f04194d

Browse files
committed
Formatting change
1 parent 6ad4bb1 commit f04194d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/content/docs/private-locations/checkly-agent-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Variable|Description
2222
`HTTP_PROXY`|HTTP proxy configuration for the outbound connection to the Checkly API, used for agent management and monitoring. Used if the proxy server does not accept HTTPS connections. `http://user:password@127.0.0.1:8080`
2323
`JOB_CONCURRENCY`|(Default: 1, max: 10) Number of concurrent checks that are run by the agent.
2424
`LOG_LEVEL`|(Default: `INFO`) Set the log level of the agent. Can be one of `DEBUG`, `LOG`, `INFO`, `WARN` or `ERROR`.
25-
`USE_OS_DNS_RESOLVER`|When set to true, TCP checks will resolve DNS using getaddrinfo C function, instead of using the network. This enables easier DNS resolution for internal services e.g. services running in the same Kubernetes cluster.
25+
`USE_OS_DNS_RESOLVER`|When set to true, TCP checks will resolve DNS using `getaddrinfo` C function, instead of using the network. This enables easier DNS resolution for internal services e.g. services running in the same Kubernetes cluster.
2626

2727
For example, you can add these variables to the standard docker run command like this:
2828

0 commit comments

Comments
 (0)