.\" -*-nroff-*- .\". .\" Manual for the graphical monitor .\" .\" (c) 2008 Straylight/Edgeware .\" . .\"----- Licensing notice --------------------------------------------------- .\" .\" This file is part of Trivial IP Encryption (TrIPE). .\" .\" TrIPE is free software; you can redistribute it and/or modify .\" it under the terms of the GNU General Public License as published by .\" the Free Software Foundation; either version 2 of the License, or .\" (at your option) any later version. .\" .\" TrIPE is distributed in the hope that it will be useful, .\" but WITHOUT ANY WARRANTY; without even the implied warranty of .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the .\" GNU General Public License for more details. .\" .\" You should have received a copy of the GNU General Public License .\" along with TrIPE; if not, write to the Free Software Foundation, .\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. . .\"-------------------------------------------------------------------------- .so ../common/defs.man \" @@@PRE@@@ . .\"-------------------------------------------------------------------------- .TH tripemon 1 "4 October 2005" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption" . .\"-------------------------------------------------------------------------- .SH "NAME" . tripemon \- graphical monitor for tripe . .\"-------------------------------------------------------------------------- .SH "SYNOPSIS" . .B tripemon .RB [ \-d .IR dir ] .RB [ \-a .IR socket ] . .\"-------------------------------------------------------------------------- .SH "DESCRIPTION" . The .B tripemon program is a fairly simple graphical monitor program for TrIPE. It's not ever-so user-friendly in some ways, but it works fairly well. A perusal of .BR tripe-admin (5) would help you understand it better. That said, describing the program in detail is probably less interesting than letting you explore it for yourself. .PP The command-line options available are: .TP .B "\-h, \-\-help" Writes a brief description of the command-line options available to standard output and exits with status 0. .TP .B "\-\-version" Writes tripe's version number to standard output and exits with status 0. .TP .BI "\-d, \-\-directory=" dir Make .I dir the current directory, before doing anything else. Note that all the other filenames (e.g., the log output file) are relative to this directory. The default directory, if this option is not specified, is taken from the environment variable .BR TRIPEDIR ; if that's not defined either, a default default of .B \*(/c is used. .TP .BI "\-a, \-\-admin-socket=" socket Connect to the named administration .IR socket . The default socket is given by the environment variable .BR TRIPESOCK ; if that's not defined either, a default default of .B \*(/s/tripesock is used. . .\"-------------------------------------------------------------------------- .SH "SEE ALSO" . .BR tripectl (1), .BR tripe\-admin (5), .BR tripe (8). . .\"-------------------------------------------------------------------------- .SH "AUTHOR" . Mark Wooding, . .\"----- That's all, folks --------------------------------------------------