-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathendowment.json
35 lines (35 loc) · 1.31 KB
/
endowment.json
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
{
"address": "endowment.bcgov",
"proxy": "http://test-forwardproxy.nrs.bcgov:23128",
"os": "linux",
"os_variant": "rhel9",
"vault_cd_user_field": "PODMAN_CD_USER",
"vault_cd_pass_field": "PODMAN_CD_PASS",
"vault_cd_path": "apps/prod/jenkins/jenkins-apps/cdua",
"apps": [
{"id": "cpu", "type": "metric_host_cpu", "context": {}},
{"id": "disk", "type": "metric_host_disk", "context": {}},
{"id": "disk_named", "type": "metric_host_disk_named", "context": {}},
{"id": "memory", "type": "metric_host_memory", "context": {}},
{"id": "network", "type": "metric_host_network", "context": {}},
{
"id": "nrdlv-rp",
"type": "apache_reverse_proxy",
"context": {
"environment": "delivery",
"eventDataset": "apache.access.internal",
"!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/dev{% else %}/sw_ux/httpd02/logs/hot{% endif %}/dlvrapps-endowment.bcgov-access*.log"
}
},
{
"id": "nrtest-rp",
"type": "apache_reverse_proxy",
"context": {
"environment": "test",
"eventDataset": "apache.access.internal",
"!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/test{% else %}/sw_ux/httpd01/logs/hot{% endif %}/testapps-endowment.bcgov-access*.log"
}
}
],
"context": {}
}