File Coverage

blib/lib/Collectd/Plugins/Riemann.pm
Criterion Covered Total %
statement 3 3 100.0
branch n/a
condition n/a
subroutine 1 1 100.0
pod n/a
total 4 4 100.0


line stmt bran cond sub pod time code
1             package Collectd::Plugins::Riemann;
2              
3             require 5.008002;
4 1     1   13050 use version;
  1         1308  
  1         4  
5              
6             =head1 NAME
7              
8             Collectd::Plugins::Riemann - Collectd plugins for Riemann.
9              
10             =head1 SYNOPSIS
11              
12             To be used with L.
13              
14             =over 8
15              
16             =item From the collectd configfile
17              
18            
19             Globals true
20            
21              
22            
23             BaseName "Collectd::Plugins"
24             LoadPlugin "Riemann::Query"
25            
26             Host myriemann
27             Port 5555
28             Protocol TCP
29             Query "tagged \"foo\" and service =~ \"bar%\""
30            
31            
32              
33             =back
34              
35             =head1 SUBROUTINES
36              
37             Please refer to the L documentation.
38             Or C
39              
40             =head1 FILES
41              
42             /etc/collectd.conf
43             /etc/collectd.d/
44              
45             =head1 SEE ALSO
46              
47             Collectd, collectd-perl, collectd
48              
49             =cut
50              
51             our $VERSION = version->parse('v0.2.1');
52              
53             1;
54