forked from nagios-plugins-rabbitmq/nagios-plugins-rabbitmq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META.json
47 lines (47 loc) · 1.09 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
{
"abstract" : "Nagios checks for RabbitMQ using the management interface",
"author" : [
"James Casey ([email protected])"
],
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.110930",
"license" : [
"apache_2_0"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "nagios-plugins-rabbitmq",
"prereqs" : {
"build" : {
"requires" : {
"Module::Build" : 0
}
},
"configure" : {
"requires" : {
"Module::Build" : 0
}
},
"runtime" : {
"recommends" : {
"Nagios::Plugin" : "0.27"
},
"requires" : {
"Getopt::Long" : 0,
"JSON" : "2.12",
"LWP::UserAgent" : 0,
"Pod::Usage" : 0,
"URI" : "1.35"
}
}
},
"release_status" : "stable",
"resources" : {
"license" : [
"http://apache.org/licenses/LICENSE-2.0"
]
},
"version" : "v1.0.3"
}