Skip to content

Commit dc9d413

Browse files
Gusmasci
Gus
authored andcommitted
fixing code block (DataDog#2313)
1 parent 6c7221f commit dc9d413

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

apache/README.md

+7-8
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@ The Apache check is packaged with the Agent. To start gathering your Apache metr
2626

2727
1. Add this configuration block to your `apache.d/conf.yaml` file to start gathering your [Apache Metrics](#metrics):
2828

29-
```yaml
30-
init_config:
29+
init_config:
30+
31+
instances:
32+
- apache_status_url: http://example.com/server-status?auto
33+
# apache_user: example_user # if apache_status_url needs HTTP basic auth
34+
# apache_password: example_password
35+
# disable_ssl_validation: true # if you need to disable SSL cert validation, i.e. for self-signed certs
3136

32-
instances:
33-
apache_status_url: http://example.com/server-status?auto
34-
# apache_user: example_user # if apache_status_url needs HTTP basic auth
35-
# apache_password: example_password
36-
# disable_ssl_validation: true # if you need to disable SSL cert validation, i.e. for self-signed certs
37-
```
3837
Change the `apache_status_url` parameter value and configure it for your environment.
3938
See the [sample apache.d/conf.yaml][2] for all available configuration options.
4039

0 commit comments

Comments
 (0)