1MUNIN-LIMITS(8) Munin Documentation MUNIN-LIMITS(8)
2
3
4
6 munin-limits - A program to check for any off-limit values
7
9 munin-limits [options]
10
12 --service <service>
13 Limit services to those of <service>. Multiple --service options
14 may be supplied. [unset]
15
16 --host <host>
17 Limit hosts to those of <host<gt>. Multiple --host options may be
18 supplied. [unset]
19
20 --contact <contact>
21 Limit contacts to those of <contact<gt>. Multiple --contact
22 options may be supplied. [unset]
23
24 --config <file>
25 Use <file> as configuration file. [/etc/munin/munin.conf]
26
27 --always-send <severity list>
28 Force sending of messages even if you normally wouldn't.
29
30 The <severity list> can be a whitespace or comma separated list of
31 the values "ok", "warning", "critical" or "unknown".
32
33 This option may be specified several times, to add more values.
34
35 Use of "--always-send" overrides the "always_send" value in
36 munin.conf for configured contacts. See also --force.
37
38 --force
39 Alias for "--always-send ok,warning,critical,unknown"
40
41 --[no]force-run-as-root
42 Force running as root (stupid and unnecessary). [--noforce-root]
43
44 --help
45 View help message.
46
47 --[no]debug
48 If set, view debug messages. [--nodebug]
49
51 Munin-limits is a part of the package Munin, which is used in
52 combination with Munin's node. Munin is a group of programs to gather
53 data from Munin's nodes, graph them, create html-pages, and optionally
54 warn Nagios about any off-limit values.
55
56 Munin-limits checks if any values are above or below the set limits,
57 and saves these notes to a file. This file is later used by programs
58 like munin-nagios (to warn nagios) and munin-html (to incorporate them
59 in the web display).
60
61 If a service has fields with "warning" or "critical"-options (e.g.
62 "load.warning 10"), and the munin-server configuration file contains
63 the necessary configuration options, munin-limits will check its value.
64
66 /etc/munin/munin.conf
67 /var/lib/munin/*
68 /var/run/munin/*
69
71 This is munin-limits version 2.0.54
72
74 Knut Haugen, Audun Ytterdal and Jimmy Olsen.
75
77 munin-limits does, as of now, not check the syntax of the configuration
78 file.
79
80 Please report other bugs in the bug tracker at
81 <http://munin-monitoring.org/>.
82
84 Copyright (C) 2002-2006 Knut Haugen, Audun Ytterdal, and Jimmy Olsen /
85 Linpro AS.
86
87 This is free software; see the source for copying conditions. There is
88 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
89 PURPOSE.
90
91 This program is released under the GNU General Public License
92
94 For information on configuration options, please refer to the man page
95 for munin.conf.
96
97
98
992.0.54 2020-01-29 MUNIN-LIMITS(8)