File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,14 @@ The Apache check is packaged with the Agent. To start gathering your Apache metr
26
26
27
27
1 . Add this configuration block to your ` apache.d/conf.yaml ` file to start gathering your [ Apache Metrics] ( #metrics ) :
28
28
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
31
36
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
- ```
38
37
Change the ` apache_status_url ` parameter value and configure it for your environment.
39
38
See the [ sample apache.d/conf.yaml] [ 2 ] for all available configuration options.
40
39
You can’t perform that action at this time.
0 commit comments