-
Notifications
You must be signed in to change notification settings - Fork 0
/
package
46 lines (46 loc) · 1.3 KB
/
package
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
{
"author": "Benjamin Stier <[email protected]>",
"description": "This package contains check plugins for NSX-T",
"download_url": "https://github.com/apoxa/checkmk_nsx_t/releases",
"files": {
"agent_based": [
"nsx_backups.py",
"nsx_certificates.py",
"nsx_cpu.py",
"nsx_edges.py",
"nsx_mem.py",
"nsx_loadbalancer.py",
"nsx_pools.py",
"nsx_vserver.py",
],
"agents": ["special/agent_nsx"],
"checkman": [
"nsx_backups",
"nsx_certificates",
"nsx_cpu",
"nsx_edges",
"nsx_mem",
"nsx_loadbalancer",
"nsx_pools",
"nsx_vserver",
],
"checks": [
"agent_nsx",
],
"web": [
"plugins/metrics/check_mk.py",
"plugins/wato/nsx_datasource_programs.py",
"plugins/wato/nsx_backups_params.py",
"plugins/wato/nsx_certificates_params.py",
],
"doc": [],
"inventory": [],
"notifications": [],
"pnp-templates": [],
},
"name": "Check_NSX",
"title": "Checkmk extension for NSX-T 3.x",
"version": "0.4.12",
"version.min_required": "2.2.0",
"version.packaged": "2.2.0",
}