1MUNIN-GRAPH(8)                Munin Documentation               MUNIN-GRAPH(8)
2
3
4

NAME

6       munin-graph - A program to create graphs from data contained in
7       rrd-files.
8

SYNOPSIS

10       munin-graph [--options]
11

OPTIONS

13       --[no]force
14            If set, force drawing of graphs that are not usually drawn due to
15            options in the config file. [--noforce]
16
17       --[no]lazy
18            If set, only redraw graphs when it would look different from the
19            existing one. [--lazy]
20
21       --help
22            View help.
23
24       --[no]force-root
25            Force running as root (stupid and unnecessary). [--noforce-root]
26
27       --[no]debug
28            If set, view debug messages. [--nodebug]
29
30       --service <service>
31            Limit graphed services to <service>. Multiple --service options
32            may be supplied. [unset]
33
34       --host <host>
35            Limit graphed hosts to <host>. Multiple --host options may be sup‐
36            plied. [unset]
37
38       --config <file>
39            Use <file> as configuration file. [/etc/munin/munin.conf]
40
41       --[no]list-images
42            If set, list the filenames of the images created.
43            [--nolist-images]
44
45       --[no]day
46            If set, create day-based graphs. [--day]
47
48       --[no]week
49            If set, create week-based graphs. [--week]
50
51       --[no]month
52            If set, create month-based graphs. [--month]
53
54       --[no]year
55            If set, create year-based graphs. [--year]
56

DESCRIPTION

58       Munin-graph is a part of the package Munin, which is used in combina‐
59       tion with Munin's node.  Munin is a group of programs to gather data
60       from Munin's nodes, graph them, create html-pages, and optionally warn
61       Nagios about any off-limit values.
62
63       munin-graph does the graphing. It is usually only used from within
64       munin-cron.
65
66       It checks the rrd-files for updated values, and redraws the graphs if
67       needed. To force redrawing of graphs (after setup-changes et alia), use
68       '--nolazy'.
69

FILES

71               /etc/munin/munin.conf
72               /var/lib/munin/*
73               /var/log/munin/munin-graph
74               /var/run/munin/*
75

VERSION

77       This is munin-graph version 0.9.2-3
78

AUTHORS

80       Audun Ytterdal and Jimmy Olsen.
81

BUGS

83       munin-graph does, as of now, not check the syntax of the configuration
84       file.
85
86       Please report other bugs in the bug tracker at <http://munin.sf.net/>.
87
89       Copyright © 2002-2004 Audun Ytterdal, Jimmy Olsen, and Tore Anderson /
90       Linpro AS.
91
92       This is free software; see the source for copying conditions. There is
93       NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
94       PURPOSE.
95
96       This program is released under the GNU General Public License
97
98
99
1001.2.5                             2007-12-03                    MUNIN-GRAPH(8)
Impressum