Munin::Node::Session
Section: User Contributed Perl Documentation (3)
Updated: 2021-02-05
Page Index
 
NAME
Munin::Node::Session - Stores the state for the session between a node
and a master.
 
SYNOPSIS
 $session = Munin::Node::Session->new();
 $session->{capabilities} = { foo => 1, bar => 1};
 
METHODS
- new
 - 
 $class->new();
Constructor.