-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmongodb.kmi
More file actions
54 lines (51 loc) · 4.5 KB
/
mongodb.kmi
File metadata and controls
54 lines (51 loc) · 4.5 KB
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
mongodb/ 000755 000765 000024 00000000000 13115544525 014336 5 ustar 00dennisheinze staff 000000 000000 mongodb/frontend.json 000644 000765 000024 00000000675 13115742075 017060 0 ustar 00dennisheinze staff 000000 000000 {
"imports": ["uploads", "ssh"],
"modules":[
{
"template": "status",
"parameters": {
"title": "MongoDB Status",
"start": "eval $KROO_CMD_START",
"stop": "eval $KROO_CMD_STOP",
"status": "eval $KROO_CMD_STATUS"
}
},
{
"template": "ssh",
"parameters": {
"title": "SSH",
"publicKey": "./ssh.pub",
"logfile": "./ssh.log"
}
}
]
}