munin::node::spoolwriter(3pm) debian man page | unix.com

Man Page: munin::node::spoolwriter

Operating Environment: debian

Section: 3pm

Munin::Node::SpoolWriter(3pm)				User Contributed Perl Documentation			     Munin::Node::SpoolWriter(3pm)

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::SpoolReader to read. cleanup($timestamp) Removes any items in the spool directory older than $timestamp. perl v5.14.2 2013-11-12 Munin::Node::SpoolWriter(3pm)
Related Man Pages
munin(8) - debian
munin::master::group(3pm) - debian
munin::node::configure::plugin(3pm) - debian
munin::node::os(3pm) - debian
munin::node::snmpconfig(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?