forked from voxpupuli/puppet-nsclient
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmetadata.json
More file actions
43 lines (43 loc) · 1005 Bytes
/
Copy pathmetadata.json
File metadata and controls
43 lines (43 loc) · 1005 Bytes
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": "puppet-nsclient",
"version": "2.0.0-rc0",
"author": "Vox Pupuli",
"license": "MIT",
"summary": "Installs the NSClient on windows servers to be able to interact with Nagios and Icinga",
"source": "https://github.com/voxpupuli/puppet-nsclient",
"project_page": "https://github.com/voxpupuli/puppet-nsclient",
"issues_url": "https://github.com/voxpupuli/puppet-nsclient/issues",
"tags": [
"windows",
"nagios",
"nsclient",
"monitoring"
],
"operatingsystem_support": [
{
"operatingsystem": "windows",
"operatingsystemrelease": [
"2008",
"2008 R2",
"2012",
"2012 R2"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 < 5.0.0"
},
{
"name": "puppet/download_file",
"version_requirement": ">= 2.0.0 < 3.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.6.1 <5.0.0"
}
]
}