Munin::Node::SpoolReader - Reading side of the spool functionality
Contents
Methods
new($args)
Constructor. 'spooldir' should be the directory Munin::Node::SpoolWriter is writing to.
fetch($timestamp)
Fetches all the plugin results that have been recorded since $timestamp, in a form suitable to be
sent straight over the wire.
list()
Lists all the plugin that have been recorded in the spool, in a form suitable to be sent straight
over the wire.
perl v5.40.1 2025-05-20 Munin::Node::SpoolReader(3pm)
Name
Munin::Node::SpoolReader - Reading side of the spool functionality
Synopsis
my $spool = Munin::Node::SpoolReader->new(spooldir => $spooldir);
print $spool->fetch(1234567890);
