1MUNIN-HTML(8) Munin Documentation MUNIN-HTML(8)
2
3
4
6 munin-html - A program to generate html-pages in an Munin installation
7
9 munin-html [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 --config <file>
21 Use <file> as configuration file. [/etc/munin/munin.conf]
22
23 --help
24 View help message.
25
26 --[no]debug
27 If set, view debug messages. [--nodebug]
28
30 Munin-html is a part of the package Munin, which is used in combination
31 with Munin's node. Munin is a group of programs to gather data from
32 Munin's nodes, graph them, create html-pages, and optionally warn
33 Nagios about any off-limit values.
34
35 If munin.conf sets "graph_strategy cgi" then munin-html generates URLs
36 referencing the graph CGI instead of referencing pre-generated graphs
37 (made by munin-graph).
38
39 Munin-html creates the html pages.
40
42 /etc/munin/munin.conf
43 /var/lib/munin/datafile
44 /var/log/munin/munin-html
45 /var/www/html/munin/*
46 /var/run/munin/*
47
49 This is munin-html version 1.4.5
50
52 Knut Haugen, Audun Ytterdal and Jimmy Olsen.
53
55 munin-html does, as of now, not check the syntax of the configuration
56 file.
57
58 Please report other bugs in the bug tracker at <http://munin.sf.net/>.
59
61 Copyright (C) 2002-2009 Knut Haugen, Audun Ytterdal, and Jimmy Olsen /
62 Linpro AS.
63
64 This is free software; see the source for copying conditions. There is
65 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
66 PURPOSE.
67
68 This program is released under the GNU General Public License
69
71 For information on configuration options, please refer to the man page
72 for munin.conf.
73
74
75
761.4.5 2010-12-05 MUNIN-HTML(8)