forked from cloudradar-monitoring/cagent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwix.json
More file actions
29 lines (29 loc) · 710 Bytes
/
wix.json
File metadata and controls
29 lines (29 loc) · 710 Bytes
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
{
"product": "cagent",
"company": "cloudradar",
"license": "LICENSE",
"upgrade-code": "84a40b4d-57e5-4187-9928-8359a79758c4",
"files": {
"guid": "174d5f1a-04ae-4d99-8807-9e9ced201957",
"items": [
"cagent.exe",
"csender.exe",
"jobmon.exe",
"example.config.toml"
]
},
"directories": [
"resources"
],
"env": {
"guid": "dbb726d1-1e32-4509-8a7e-7cec9e00335c",
"vars": [
]
},
"hooks": [],
"choco": {
"description": "Monitoring proxy for agentless monitoring of subnets",
"project-url": "https://github.com/cloudradar-monitoring/cagent",
"license-url": "https://github.com/cloudradar-monitoring/cagent/blob/master/LICENSE"
}
}