-
Notifications
You must be signed in to change notification settings - Fork 19
/
apache-config.yml.sample
56 lines (49 loc) · 2.23 KB
/
apache-config.yml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
integrations:
- name: nri-apache
env:
METRICS: "true"
# status_url is used to identify the monitored entity to which the inventory will be attached.
STATUS_URL: http://127.0.0.1/server-status?auto
# Alternative Certificate Authority bundle directory and file
# CA_BUNDLE_DIR: ""
# CA_BUNDLE_FILE: ""
# Set this to false if you want to avoid certificate validation
# VALIDATE_CERTS: true
# New users should leave this property as `true`, to identify the
# monitored entities as `remote`. Setting this property to `false` (the
# default value) is deprecated and will be removed soon, disallowing
# entities that are identified as `local`.
# Please check the documentation to get more information about local
# versus remote entities:
# https://github.com/newrelic/infra-integrations-sdk/blob/master/docs/entity-definition.md
REMOTE_MONITORING: true
interval: 15s
labels:
env: production
role: load_balancer
- name: nri-apache
env:
INVENTORY: "true"
# status_url is used to identify the monitored entity to which the inventory will be attached.
STATUS_URL: http://127.0.0.1/server-status?auto
# binary_path is used to specify the path of the apache binary file (i.e. "C:\Apache\bin\httpd.exe").
# By default the integration automatically discovers the binary on "/usr/sbin/httpd" or "/usr/sbin/apache2ctl". Use this setting for any other location.
# BINARY_PATH: ""
# Alternative Certificate Authority bundle directory and file
# CA_BUNDLE_DIR: ""
# CA_BUNDLE_FILE: ""
# Set this to false if you want to avoid certificate validation
# VALIDATE_CERTS: true
# New users should leave this property as `true`, to identify the
# monitored entities as `remote`. Setting this property to `false` (the
# default value) is deprecated and will be removed soon, disallowing
# entities that are identified as `local`.
# Please check the documentation to get more information about local
# versus remote entities:
# https://github.com/newrelic/infra-integrations-sdk/blob/master/docs/entity-definition.md
REMOTE_MONITORING: true
interval: 60s
labels:
env: production
role: load_balancer
inventory_source: config/apache