chiark / gitweb /
doc/.gitignore: Make the patterns more general.
[tripe] / mon / tripemon.1.in
... / ...
CommitLineData
1.\" -*-nroff-*-
2.\".
3.\" Manual for the graphical monitor
4.\"
5.\" (c) 2008 Straylight/Edgeware
6.\"
7.
8.\"----- Licensing notice ---------------------------------------------------
9.\"
10.\" This file is part of Trivial IP Encryption (TrIPE).
11.\"
12.\" TrIPE is free software; you can redistribute it and/or modify
13.\" it under the terms of the GNU General Public License as published by
14.\" the Free Software Foundation; either version 2 of the License, or
15.\" (at your option) any later version.
16.\"
17.\" TrIPE is distributed in the hope that it will be useful,
18.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
19.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20.\" GNU General Public License for more details.
21.\"
22.\" You should have received a copy of the GNU General Public License
23.\" along with TrIPE; if not, write to the Free Software Foundation,
24.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25.
26.\"--------------------------------------------------------------------------
27.so ../common/defs.man \" @@@PRE@@@
28.
29.\"--------------------------------------------------------------------------
30.TH tripemon 1tripe "4 October 2005" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption"
31.
32.\"--------------------------------------------------------------------------
33.SH "NAME"
34.
35tripemon \- graphical monitor for tripe
36.
37.\"--------------------------------------------------------------------------
38.SH "SYNOPSIS"
39.
40.B tripemon
41.RB [ \-d
42.IR dir ]
43.RB [ \-a
44.IR socket ]
45.
46.\"--------------------------------------------------------------------------
47.SH "DESCRIPTION"
48.
49The
50.B tripemon
51program is a fairly simple graphical monitor program for TrIPE. It's
52not ever-so user-friendly in some ways, but it works fairly well. A
53perusal of
54.BR tripe-admin (5)
55would help you understand it better. That said, describing the program
56in detail is probably less interesting than letting you explore it for
57yourself.
58.PP
59The command-line options available are:
60.TP
61.B "\-h, \-\-help"
62Writes a brief description of the command-line options available to
63standard output and exits with status 0.
64.TP
65.B "\-\-version"
66Writes tripe's version number to standard output and exits with status
670.
68.TP
69.BI "\-d, \-\-directory=" dir
70Make
71.I dir
72the current directory, before doing anything else. Note that all the
73other filenames (e.g., the log output file) are relative to this
74directory. The default directory, if this option is not specified, is
75taken from the environment variable
76.BR TRIPEDIR ;
77if that's not defined either, a default default of
78.B \*(/c
79is used.
80.TP
81.BI "\-a, \-\-admin-socket=" socket
82Connect to the named administration
83.IR socket .
84The default socket is given by the environment variable
85.BR TRIPESOCK ;
86if that's not defined either, a default default of
87.B \*(/s/tripesock
88is used.
89
90.
91.\"--------------------------------------------------------------------------
92.SH "SEE ALSO"
93.
94.BR tripectl (1),
95.BR tripe\-admin (5),
96.BR tripe (8).
97.
98.\"--------------------------------------------------------------------------
99.SH "AUTHOR"
100.
101Mark Wooding, <mdw@distorted.org.uk>
102.
103.\"----- That's all, folks --------------------------------------------------