-
Notifications
You must be signed in to change notification settings - Fork 1
/
META.json
44 lines (44 loc) · 1.29 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
44
{
"name": "pg_monitoring",
"abstract": "A collection of monitoring functions for Postgres",
"description": "pg_monitoring is an attempt to centralize monitoring functions, etc for PostgreSQL, so that plugins can be easily written for any number of monitoring frameworks using a common base",
"version": "0.2.0",
"maintainer": [
"Chris Travers <[email protected]>"
],
"license": {
"PostgreSQL": "http://www.postgresql.org/about/licence"
},
"prereqs": {
"runtime": {
"requires": {
"plpgsql": 0,
"PostgreSQL": "9.1.0"
}
}
},
"provides": {
"pg_monitoring": {
"file": "pg_monitoring--0.1.sql",
"docfile": "doc/README",
"version": "0.2",
"abstract": "Monitoring functions for PostgreSQL"
}
},
"resources": {
"bugtracker": {
"web": "https://github.com/einhverfr/pgxn-postgres_monitoring"
},
"repository": {
"url": "https://github.com/einhverfr/pgxn-postgres_monitoring.git",
"web": "https://github.com/einhverfr/pgxn-postgres_monitoring",
"type": "git"
}
},
"generated_by": "Chris Travers",
"meta-spec": {
"version": "1.0.0",
"url": "http://pgxn.org/meta/spec.txt"
},
"tags": ["monitoring"]
}