Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Munin::...lReader(3)  User Contributed Perl Documentation Munin::...lReader(3)

NAME
       Munin::Node::SpoolReader	- Reading side of the spool functionality

SYNOPSIS
	 my $spool = Munin::Node::SpoolReader->new(spooldir => $spooldir);
	 print $spool->fetch(1234567890);

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.42.0			  2025-11-01		  Munin::...lReader(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Munin::Node::SpoolReader&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help