The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# monitor.stem
#
[
	class	=>	'Stem::Console',
],
[
	'class'	=>	'Stem::Hub',
	'name'	=>	'monitor',
	'args'	=>	[],
],
[
	class	=>	'Stem::Portal',
	args	=>	[
	],
],
[
	'class'	=>	'Stem::Log::Tail',
	'name'	=>	'foo',
	'args'	=>	[
		'path'		=> 'tail/foo.log',
		'interval'	=> 3,
		'delay' 	=> 0,
		'data_log'	=> 'archive:bar',
		'status_log'	=> 'archive:bar_status',
	],
],