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

FreeBSD Manual Pages

  
 
  

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

NAME
     Munin::Node::SpoolWriter - Writing side of the spool functionality

SYNOPSIS
       my $spool = Munin::Node::SpoolWriter->new(spooldir => $spooldir);
       $spool->write(1234567890, 'cpu', \@results);

METHODS
     new(%args)
	 Constructor.  'spooldir' key should be the directory
	 Munin::Node::SpoolReader is reading from.

     write($timestamp, $service, \@results)
	 Takes a timestamp, service name, and the results of running config and
	 fetch on it.  Writes it to the spool directory for Munin::Node::Spool-
	 Reader to read.

     cleanup($timestamp)
	 Removes any items in the spool directory older than $timestamp.

perl v5.42.3			   2026-08-04		    Munin::...lWriter(3)

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

home | help