1Munin::Master::LimitsOlUds(e3r)Contributed Perl DocumentMautniionn::Master::LimitsOld(3)
2
3
4
6 Munin::Master::LimitsOld - Abstract base class for workers.
7
9 This is Munin::Master::LimitsOld, a minimal package shell to make
10 munin-limits modular (so it can be loaded persistently in a daemon for
11 example) without making it object oriented yet. The non-'old' module
12 will feature proper object orientation like munin-update and will have
13 to wait until later.
14
15 Get a list of severities, and return a sorted, lower cased, unique and
16 validated list of severities.
17
18 Expects and returns an array reference.
19
20 If none of the severities given are on the allowed_severities list, it
21 will return a reference to an empty array.
22
23
24
25perl v5.34.0 2021-07-22 Munin::Master::LimitsOld(3)