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 --[no]force
28 Force sending of messages even if you normally wouldn't.
29 [--noforce]
30
31 --[no]force-root
32 Force running as root (stupid and unnecessary). [--noforce-root]
33
34 --help
35 View help message.
36
37 --[no]debug
38 If set, view debug messages. [--nodebug]
39
41 Munin-limits is a part of the package Munin, which is used in
42 combination with Munin's node. Munin is a group of programs to gather
43 data from Munin's nodes, graph them, create html-pages, and optionally
44 warn Nagios about any off-limit values.
45
46 Munin-limits checks if any values are above or below the set limits,
47 and saves these notes to a file. This file is later used by programs
48 like munin-nagios (to warn nagios) and munin-html (to incorporate them
49 in the web display).
50
51 If a service has fields with "warning" or "critical"-options (e.g.
52 "load.warning 10"), and the munin-server configuration file contains
53 the necessary configuration options, munin-limits will check its value.
54
56 /etc/munin/munin.conf
57 /var/lib/munin/*
58 /var/run/munin/*
59
61 This is munin-limits version 1.4.5
62
64 Knut Haugen, Audun Ytterdal and Jimmy Olsen.
65
67 munin-limits does, as of now, not check the syntax of the configuration
68 file.
69
70 Please report other bugs in the bug tracker at <http://munin.sf.net/>.
71
73 Copyright (C) 2002-2006 Knut Haugen, Audun Ytterdal, and Jimmy Olsen /
74 Linpro AS.
75
76 This is free software; see the source for copying conditions. There is
77 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
78 PURPOSE.
79
80 This program is released under the GNU General Public License
81
83 For information on configuration options, please refer to the man page
84 for munin.conf.
85
86
87
881.4.5 2010-12-05 MUNIN-LIMITS(8)