-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathinnuendo.json
49 lines (49 loc) · 1.8 KB
/
innuendo.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"address": "innuendo.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": "isss-int-rp",
"type": "apache_reverse_proxy",
"context": {
"environment": "isss-int",
"!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/nrint{% else %}/sw_ux/httpd01/logs/hot{% endif %}/innuendo-httpd01-i1*-access*.log"
}
},
{
"id": "isss-tst-rp",
"type": "apache_reverse_proxy",
"context": {
"environment": "isss-tst",
"!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/nrtst{% else %}/sw_ux/httpd01/logs/hot{% endif %}/innuendo-httpd01-t1*-access*.log"
}
},
{
"id": "isss-s1-rp",
"type": "apache_reverse_proxy",
"context": {
"environment": "isss-stg1",
"!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/nrstg1{% else %}/sw_ux/httpd01/logs/hot{% endif %}/innuendo-httpd01-s1*-access*.log"
}
},
{
"id": "isss-s2-rp",
"type": "apache_reverse_proxy",
"context": {
"environment": "isss-stg2",
"!logs_path": "{% if localLogsPathPrefix %}{{localLogsPathPrefix}}/nrstg2{% else %}/sw_ux/httpd01/logs/hot{% endif %}/innuendo-httpd01-s2*-access*.log"
}
}
],
"context": {}
}