BSD 4_3_Net_1 release
[unix-history] / implog / implogd.8
CommitLineData
512680c9
KB
1.\" Copyright (c) 1983 The Regents of the University of California.
2.\" All rights reserved.
c0c5c666 3.\"
512680c9
KB
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
c0c5c666 15.\"
e3419641 16.\" @(#)implogd.8 6.3 (Berkeley) 9/19/88
512680c9 17.\"
e3419641 18.TH IMPLOGD 8 "September 19, 1988"
c0c5c666
KM
19.UC 5
20.SH NAME
21implogd \- IMP logger process
22.SH SYNOPSIS
23.B /etc/implogd
24[
25.B \-d
26]
27.SH DESCRIPTION
28.I Implogd
63c183b7 29is program which logs error messages from the IMP,
c0c5c666
KM
30placing them in the file
31.IR /usr/adm/implog .
32.PP
33Entries in the file are variable length. Each log
34entry has a fixed length header of the form:
35.PP
36.ta 0.5i 1.0i 1.5i
37.nf
38struct sockstamp {
39 short sin_family;
40 u_short sin_port;
41 struct in_addr sin_addr;
42 time_t sin_time;
43 int sin_len;
44};
45.fi
46.PP
47followed, possibly, by the message received from the
48IMP. Each time the logging process is started up it
49places a time stamp entry in the file (a header with
50.I sin_len
51field set to 0).
52.PP
53The logging process will catch only those message from
54the IMP which are not processed by a protocol module,
55e.g. IP. This implies the log should contain only
63c183b7
MK
56status information such as ``IMP going down'' messages,
57``host down'' and other error messages,
c0c5c666
KM
58and, perhaps, stray NCP messages.
59.SH "SEE ALSO"
512680c9 60imp(4), implog(8)