forked from thias/puppet-nagios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.json
33 lines (33 loc) · 817 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
{
"name": "thias-nagios",
"version": "2.0.0",
"author": "Matthias Saou",
"license": "Apache-2.0",
"summary": "Nagios client and server module.",
"source": "https://github.com/thias/puppet-nagios",
"project_page": "https://forge.puppetlabs.com/thias/nagios",
"issues_url": "https://github.com/thias/puppet-nagios/issues",
"tags": ["nagios", "monitoring", "nrpe"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "5", "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "5", "6", "7" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">=2.7.20 <6.0.0"
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 3.2.0"
}
]
}