forked from gitter-badger/puppet-nagios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
42 lines (42 loc) · 1.06 KB
/
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
{
"author": "concrete",
"dependencies": [{
"name": "puppetlabs/stdlib",
"version_requirement": "4.x"
},{
"name": "puppetlabs/apt",
"version_requirement": "1.x"
},{
"name": "stankevich/python",
"version_requirement": "1.9.x"
},{
"name": "richardc/datacat",
"version_requirement": "0.x"
},{
"name": "leinaddm/htpasswd",
"version_requirement": "0.x"
},{
"name": "stahnma/epel",
"version_requirement": "1.x"
}
],
"license": "MIT",
"name": "concrete/nagios",
"operatingsystem_support": [{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04",
"12.04",
"10.04"
]
}
],
"project_page": "https://github.com/concrete-cc/puppet-nagios",
"requirements": [],
"source": "https://github.com/concrete-cc/puppet-nagios",
"summary": "A puppet nagios module that will configure both the nagios server and nrpe clients. The client configuration includes checks for almost everything you need.",
"tags": [ "nagios",
"monitoring",
"client"
],
"version": "2.5.0"
}