1 .\" $NetBSD: isdnmonitor.8,v 1.3 2002/01/19 03:18:52 wiz Exp $
3 .\" Copyright (c) 1999 Hellmuth Michaelis. All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\" notice, this list of conditions and the following disclaimer in the
12 .\" documentation and/or other materials provided with the distribution.
14 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26 .\" $Id: isdnmonitor.8,v 1.4 2002/07/29 00:54:46 wiz Exp $
30 .\" last edit-date: [Mon Dec 13 23:04:25 1999]
32 .Dd September 25, 1999
37 .Nd isdn4bsd / isdnd remote monitoring tool
41 .Op Fl d Ar debuglevel
48 is used to remotely monitor the operation of the ISDN demon,
50 which manages all ISDN related connection and disconnection of ISDN
51 devices supported by the isdn4bsd package.
53 The options are as follows:
56 Switch to (curses-) fullscreen mode of operation. In this mode,
58 behaves nearly exactly as
60 in fullscreen mode. In fullscreen mode, entering the control character
62 causes the display to be refreshed and entering
66 will pop-up a command window. Because
68 will not listen to messages while the command window is active,
69 this command window will disappear automatically after 5 seconds without
70 any command key press.
72 While the command window is active,
76 advances to the next menu item. To execute a command, press
80 for the highlighted menu item, or enter the number corresponding to the
81 item to be executed or enter the capitalized character in the menu item
84 If debugging support is compiled into
86 this option is used to specify the debugging level.
87 .\" The debugging level is the sum of the
90 .\" .Bl -tag -width Ds -compact -offset indent
92 .\" general debugging.
94 .\" rates calculation.
96 .\" timing calculations.
98 .\" state transitions.
104 .\" process handling.
106 .\" isdn4bsd kernel i/o calls.
108 .\" controller and channel busy/free messages.
110 .\" isdnmonitor.rc configuration file processing.
113 .\" The value can be specified in any number base supported by the
117 In addition, this option accepts also the character 'n' as an argument to
118 disable displaying debug messages on the full-screen display.
121 Specifying this option causes
123 to write its normal output and - if enabled - debugging output to a file
124 which name is specified as the argument.
126 is used to specify a Unix local domain socket name to be used for communication
132 is used to specify a hostname or a dotted-quad IP address of a machine
135 is running which should be monitored.
137 This option may be used to specify a remote port number in conjunction
143 The following environment variables affect the execution of
147 The terminal type when running in full-screen display mode.
150 for more information.
153 For a first try, the following command should be used to start
155 to monitor a locally running isdnd:
156 .Bd -literal -offset indent
157 isdnmonitor -h localhost
160 Exit status is 0 on success, 1 on error.
166 utility was written by
169 .An Hellmuth Michaelis .
170 This manual page was written by
171 .An Hellmuth Michaelis Aq hm@kts.org .