debian man page for munin::node::proxyspooler

Query: munin::node::proxyspooler

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
Munin::Node::ProxySpooler - Daemon to gather spool information by querying a munin-node instance.
SYNOPSIS
Munin::Node::ProxySpooler->run(spooldir => '/var/spool/munin'); # never returns. # meanwhile, in another process my $spoolreader = Munin::Node::Spoolreader->new( spooldir => '/var/spool/munin', ); print $spoolreader->fetch(123456789);
METHODS
new Munin::Node::ProxySpooler->new(%args); Constructor. It is called automatically by the "run" method, so probably isn't of much use otherwise. run Munin::Node::ProxySpooler->run(%args); Daemonises the current process, and starts fetching data from a Munin node. Never returns. The process will clean up and exit(0) upon receipt of SIGINT, SIGTERM or SIGHUP. "spooldir" The directory to write results to. Optional. "host", "port" The host and port the spooler will gather results from. Defaults to "localhost" and 4949 respectively, which should be acceptable for most purposes. "pid_file" The pidfile to use. Required. perl v5.14.2 2013-11-12 Munin::Node::ProxySpooler(3pm)
Related Man Pages
mailping-latency(1) - debian
mailping-success(1) - debian
munin-cron(8) - debian
munin::node::config(3pm) - debian
munin::node::service(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph