-
Notifications
You must be signed in to change notification settings - Fork 24
/
META.json
43 lines (43 loc) · 1.09 KB
/
META.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
{
"name": "pg_stat_kcache",
"abstract": "An extension gathering CPU and disk acess statistics",
"version": "__VERSION__",
"maintainer": "Julien Rouhaud <[email protected]>",
"license": "postgresql",
"release_status": "stable",
"provides": {
"pg_stat_kcache": {
"abstract": "An extension gathering CPU and disk acess statistics",
"file": "pg_stat_kcache.sql",
"docfile": "README.rst",
"version": "__VERSION__"
}
},
"resources": {
"bugtracker": {
"web": "http://github.com/powa-team/pg_stat_kcache/issues/"
},
"repository": {
"url": "git://github.com/powa-team/pg_stat_kcache.git",
"web": "http://github.com/powa-team/pg_stat_kcache/",
"type": "git"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "9.4.0"
}
}
},
"generated_by": "Julien Rouhaud",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": [
"monitoring",
"CPU",
"disk"
]
}