-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathrecast.json
44 lines (44 loc) · 1.21 KB
/
recast.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
{
"address": "recast.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": { "inputIntervalSec": 10 }},
{"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": "wftst-wso2",
"type": "wso2",
"context": {
"app": "wso2",
"component": "api-manager"
}
},
{
"id": "wftst-fmeserver",
"type": "fme",
"context": {
"app": "fmeserver",
"component": "fmeserver"
}
},
{
"id": "wftst-jcrs",
"type": "tomcat",
"context": {
"app": "jasperserver",
"component": "jaspersoft-bi",
"!logs_path_app": "/apps_ux/logs/WFONE/wfjcrs-war/jasperserver_WFJCRS.log"
}
}
],
"context": {
"environment": "wftst"
}
}