1Munin::Node::SpoolReadeUrs(e3r)Contributed Perl DocumentMautniionn::Node::SpoolReader(3)
2
3
4
6 Munin::Node::SpoolReader - Reading side of the spool functionality
7
9 my $spool = Munin::Node::SpoolReader->new(spooldir => $spooldir);
10 print $spool->fetch(1234567890);
11
13 new($args)
14 Constructor. 'spooldir' should be the directory
15 Munin::Node::SpoolWriter is writing to.
16
17 fetch($timestamp)
18 Fetches all the plugin results that have been recorded since
19 $timestamp, in a form suitable to be sent straight over the wire.
20
21 list()
22 Lists all the plugin that have been recorded in the spool, in a
23 form suitable to be sent straight over the wire.
24
25
26
27perl v5.34.0 2021-07-22 Munin::Node::SpoolReader(3)