-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.json
63 lines (63 loc) · 1.59 KB
/
config.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"versionfile":"current.version",
"masterbinpath":"/usr/local/owlh/src/owlhmaster/",
"masterconfpath":"/usr/local/owlh/src/owlhmaster/conf/",
"mastertarfile":"owlhmaster.tar.gz",
"masterprescripts":"owlhmasterprescripts/",
"masterpostscripts":"owlhmasterpostscripts/",
"nodebinpath":"/usr/local/owlh/src/owlhnode/",
"nodeconfpath":"/usr/local/owlh/src/owlhnode/conf/",
"nodetarfile":"owlhnode.tar.gz",
"nodeprescripts":"owlhnodeprescripts/",
"nodepostscripts":"owlhnodepostscripts/",
"uipath":"/var/www/owlh/",
"uiconfpath":"/var/www/owlh/conf/",
"uitarfile":"owlhui.tar.gz",
"uiprescripts":"owlhuiprescripts/",
"uipostscripts":"owlhuipostscripts/",
"tmpfolder":"/tmp/",
"action": "update",
"repourl":"http://repo.owlh.net/current-centos/",
"target": [
"owlhmaster",
"owlhnode",
"owlhui"
],
"masterfiles":[
"main.conf",
"dispatcher-nodes.json",
"app.conf"
],
"nodefiles":[
"main.conf",
"analyzer.json",
"stap-defaults.json",
"app.conf"
],
"uifiles":[
"ui.conf"
],
"masterdb":[
"master.db",
"node.db",
"ruleset.db"
],
"nodedb":[
"plugins.db",
"servers.db",
"monitor.db",
"GeoLite2-City.mmdb",
"node.db"
],
"suricata":"present",
"zeek":"present",
"stapinterfacemaster":"present",
"stapinterfacenode":"present",
"wazuhagent":"present",
"packets":[
"net-tools",
"lsof",
"tcpdump",
"tcpreplay"
]
}