forked from ganglia/chef-ganglia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
44 lines (39 loc) · 1012 Bytes
/
metadata.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": "ganglia",
"description": "Installs/Configures ganglia",
"long_description": "= DESCRIPTION:\n\nInstalls and configures Ganglia.\n\nhttp://ganglia.sourceforge.net/\n\n= REQUIREMENTS:\n\n* SELinux must be disabled on CentOS\n* iptables must allow access to port 80\n\n= ATTRIBUTES:\n\n= USAGE:\n\nA run list with \"recipe[ganglia]\" enables monitoring.\nA run list with \"recipe[ganglia::web]\" enables the web interface.\n\n= CAVEATS: \n\nThis cookbook has been tested on Ubuntu 10.04 and Centos 5.5.\n",
"maintainer": "Heavy Water Software Inc.",
"maintainer_email": "[email protected]",
"license": "Apache 2.0",
"platforms": {
"debian": [
],
"ubuntu": [
],
"redhat": [
],
"centos": [
],
"fedora": [
]
},
"dependencies": {
},
"recommendations": {
},
"suggestions": {
},
"conflicting": {
},
"providing": {
},
"replacing": {
},
"attributes": {
},
"groupings": {
},
"recipes": {
},
"version": "0.0.1"
}