Scroll to navigation

Munin::Node::SpoolReader(3pm) User Contributed Perl Documentation 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);

METHODS

Constructor. 'spooldir' should be the directory Munin::Node::SpoolWriter is writing to.
Fetches all the plugin results that have been recorded since $timestamp, in a form suitable to be sent straight over the wire.
Lists all the plugin that have been recorded in the spool, in a form suitable to be sent straight over the wire.
2023-04-11 perl v5.32.1