-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
metadata.json
45 lines (45 loc) · 1.01 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
43
44
45
{
"name": "puppet-nsclient",
"version": "3.0.1-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": [
"2012",
"2012 R2",
"2016",
"2019",
"2022",
"23H2"
]
}
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 10.0.0"
},
{
"name": "puppet/download_file",
"version_requirement": ">= 2.0.0 < 5.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 7.0.0 < 9.0.0"
}
]
}