forked from blesta/module-proxmox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
42 lines (42 loc) · 1.02 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
{
"version": "2.12.0",
"name": "Proxmox.name",
"description": "Proxmox.description",
"authors": [
{
"name": "Phillips Data, Inc.",
"url": "http://www.blesta.com"
},
{
"name": "Full Ambit Networks",
"url": "https://fullambit.net"
}
],
"package": {
"name_key": "proxmox_hostname"
},
"service": {
"name_key": "proxmox_hostname"
},
"module": {
"row": "Proxmox.module_row",
"rows": "Proxmox.module_row_plural",
"row_key": "server_name",
"group": "Proxmox.module_group"
},
"email_tags": {
"module": ["host", "port"],
"package": [],
"service": ["proxmox_vserver_id",
"proxmox_hostname",
"proxmox_node",
"proxmox_username",
"proxmox_password",
"proxmox_memory",
"proxmox_hdd",
"proxmox_cpu",
"proxmox_type",
"proxmox_netspeed"
]
}
}