Scroll to navigation

Munin::Master::LimitsOld(3pm) User Contributed Perl Documentation Munin::Master::LimitsOld(3pm)

NAME

Munin::Master::LimitsOld - Process collected values and thresholds

SYNOPSIS

This is Munin::Master::LimitsOld, a minimal package shell to make munin-limits modular (so it can be loaded persistently in a daemon for example) without making it object oriented yet. The non-'old' module will feature proper object orientation like munin-update and will have to wait until later.

LICENSE

Copyright (C) 2004-2009 Jimmy Olsen

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 dated June, 1991.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

SUBROUTINES

Get a list of severities, and return a sorted, lower cased, unique and validated list of severities.

Expects and returns an array reference.

If none of the severities given are on the allowed_severities list, it will return a reference to an empty array.

2022-02-10 perl v5.34.0