ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/statgrab/statgrab-make-mrtg-config.xml
Revision: 1.1
Committed: Mon Apr 25 12:37:22 2005 UTC (19 years ago) by tdb
Content type: text/xml
Branch: MAIN
CVS Tags: LIBSTATGRAB_0_17, LIBSTATGRAB_0_16, LIBSTATGRAB_0_15, LIBSTATGRAB_0_14, LIBSTATGRAB_0_13, LIBSTATGRAB_0_12, HEAD
Log Message:
Add manpages for the various tools.

File Contents

# Content
1 <?xml version="1.0"?>
2
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5
6 <refentry id="statgrab-make-mrtg-config">
7
8 <refentryinfo>
9 <date>$Date$</date>
10 <releaseinfo>$Id$</releaseinfo>
11 </refentryinfo>
12
13 <refmeta>
14 <refentrytitle>statgrab-make-mrtg-config</refentrytitle>
15 <manvolnum>1</manvolnum>
16 <refmiscinfo>i-scream</refmiscinfo>
17 </refmeta>
18
19 <refnamediv>
20 <refname>statgrab-make-mrtg-config</refname>
21 <refpurpose>generates MRTG configuration</refpurpose>
22 </refnamediv>
23
24 <refsynopsisdiv>
25 <cmdsynopsis>
26 <command>statgrab-make-mrtg-config</command>
27 <arg rep='repeat' choice='opt'>OPTION</arg>
28 </cmdsynopsis>
29 </refsynopsisdiv>
30
31 <refsect1>
32 <title>Description</title>
33 <para>
34 <command>statgrab-make-mrtg-config</command> generates MRTG
35 configuration from statgrab output and writes it to stdout.
36 </para>
37 </refsect1>
38
39 <refsect1>
40 <title>Options</title>
41 <para>
42 The following options are supported.
43 </para>
44 <variablelist>
45 <varlistentry>
46 <term><option>--no-header</option></term>
47 <listitem>
48 <para>
49 Don't print MRTG global options; useful if you
50 want to include the output of this script in
51 another MRTG config file
52 </para>
53 </listitem>
54 </varlistentry>
55 <varlistentry>
56 <term><option>--workdir</option> <replaceable>PATH</replaceable></term>
57 <listitem>
58 <para>
59 Use PATH for MRTG's WorkDir option
60 </para>
61 </listitem>
62 </varlistentry>
63 <varlistentry>
64 <term><option>--statgrab</option> <replaceable>PATH</replaceable></term>
65 <listitem>
66 <para>
67 Specify location of statgrab binary
68 (default "statgrab")
69 </para>
70 </listitem>
71 </varlistentry>
72 <varlistentry>
73 <term><option>--help</option></term>
74 <listitem>
75 <para>
76 Display help and exit
77 </para>
78 </listitem>
79 </varlistentry>
80 </variablelist>
81 </refsect1>
82
83 <refsect1>
84 <title>See Also</title>
85
86 <simplelist type="inline">
87 <member>
88 <citerefentry>
89 <refentrytitle>statgrab</refentrytitle>
90 <manvolnum>1</manvolnum>
91 </citerefentry>
92 <citerefentry>
93 <refentrytitle>statgrab-make-mrtg-index</refentrytitle>
94 <manvolnum>1</manvolnum>
95 </citerefentry>
96 </member>
97 </simplelist>
98 </refsect1>
99
100 <refsect1>
101 <title>Authors</title>
102 <para>
103 This man page was derived from the man page written by Bartosz
104 Fenski for the Debian GNU/Linux distribution.
105 </para>
106 </refsect1>
107
108 <refsect1>
109 <title>Website</title>
110
111 <simplelist type="vert">
112 <member>
113 <ulink url="http://www.i-scream.org/libstatgrab/">
114 http://www.i-scream.org/libstatgrab/
115 </ulink>
116 </member>
117 </simplelist>
118 </refsect1>
119
120 </refentry>