1Munin::Master::Worker(3U)ser Contributed Perl DocumentatiMounnin::Master::Worker(3)
2
3
4
6 Munin::Master::Worker - Abstract base class for workers.
7
9 See Munin::Master::ProcessManager.
10
12 new
13 Munin::Master::Worker->new($identity);
14
15 Constructor. This is an abstract class, so this shouldn't be
16 called directly.
17
18 The optional $identity argument should be a unique identifier for
19 the process.
20
21 to_string
22 print $worker->string;
23
24 # Stringifies too
25 print "Worker $worker just died";
26
27 Returns a unique string representation of the worker.
28
29
30
31perl v5.32.1 2021-02-05 Munin::Master::Worker(3)