-
Notifications
You must be signed in to change notification settings - Fork 12
/
META.json
92 lines (92 loc) · 2.4 KB
/
META.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"abstract" : "A Nagios NRPE implementation in pure perl",
"author" : [
"Andreas Marschke",
"Sven Nierlein",
"Franz Skale",
"Johan Wassberg <[email protected]>",
"Christian Biamont <[email protected]>",
"Micke Nordin <[email protected]>"
],
"dynamic_config" : 0,
"generated_by" : "Module::Build version 0.4003, CPAN::Meta::Converter version 2.133380",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Nagios-NRPE",
"no_index" : {
"directory" : [
"t",
"xt"
]
},
"prereqs" : {
"build" : {
"requires" : {
"Test::More" : "0",
"Test::Pod::Coverage" : "0"
}
},
"configure" : {
"requires" : {
"Module::Build" : "0.31"
}
},
"runtime" : {
"requires" : {
"Convert::Binary::C" : "0",
"Digest::CRC" : "0",
"IO::Socket" : "0",
"IO::Socket::INET6" : "0",
"IO::Socket::SSL" : "0",
"Net::SSLeay" : "0",
"Net::Subnet" : "0",
"Time::HiRes" : "0",
"constant" : "0",
"perl" : "5.010_000"
}
}
},
"provides" : {
"Nagios::NRPE" : {
"file" : "lib/Nagios/NRPE.pm",
"version" : "v2.0.13"
},
"Nagios::NRPE::Client" : {
"file" : "lib/Nagios/NRPE/Client.pm",
"version" : "v2.0.13"
},
"Nagios::NRPE::Daemon" : {
"file" : "lib/Nagios/NRPE/Daemon.pm",
"version" : "v2.0.13"
},
"Nagios::NRPE::Packet" : {
"file" : "lib/Nagios/NRPE/Packet.pm",
"version" : "v2.0.13"
},
"Nagios::NRPE::Utils" : {
"file" : "lib/Nagios/NRPE/Utils.pm",
"version" : "v2.0.13"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/stockholmuniversity/nagios-nrpe/issues"
},
"homepage" : "https://github.com/stockholmuniversity/nagios-nrpe",
"license" : [
"http://dev.perl.org/licenses/"
],
"repository" : {
"type" : "git",
"url" : "git://github.com/stockholmuniversity/nagios-nrpe.git",
"web": "https://github.com/stockholmuniversity/nagios-nrpe"
}
},
"version" : "v2.0.13"
}