Scroll to navigation

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

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

 $class->new();
    

Constructor.

2022-02-10 perl v5.34.0