56 lines
1.9 KiB
Groff
56 lines
1.9 KiB
Groff
'\" t
|
|
.\" Title: log2ido
|
|
.\" Author: [see the "AUTHOR" section]
|
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
|
.\" Date: 09/11/2013
|
|
.\" Manual: log2ido
|
|
.\" Source: Icinga
|
|
.\" Language: English
|
|
.\"
|
|
.TH LOG2IDO 8 "September 11, 2013" "Icinga" "log2ido"
|
|
.\" -----------------------------------------------------------------
|
|
.\" * set default formatting
|
|
.\" -----------------------------------------------------------------
|
|
.\" disable hyphenation
|
|
.nh
|
|
.\" disable justification (adjust text to left margin only)
|
|
.ad l
|
|
.\" -----------------------------------------------------------------
|
|
.\" * MAIN CONTENT STARTS HERE *
|
|
.\" -----------------------------------------------------------------
|
|
.SH NAME
|
|
log2ido \- sends the contents of an archived Icinga log file to ido2db daemon
|
|
.SH SYNOPSIS
|
|
.B \fBlog2ido\fR
|
|
\-s <source> \-d <dest> \-i <instance> [\-t <type>] [\-p <port>]
|
|
.SH DESCRIPTION
|
|
.sp
|
|
Sends the contents of an archived Icinga log file to STDOUT, a TCP socket, or a Unix domain socket in a format that is understood by the \fBIDO2DB\fR daemon.
|
|
.SH OPTIONS
|
|
.TP
|
|
.B \-s <source>
|
|
Name of the Icinga log file to read from.
|
|
.TP
|
|
.B \-d <dest>
|
|
If destination is a TCP socket, the address/hostname to connect to.
|
|
If destination is a Unix domain socket, the path to the socket.
|
|
If destination is STDOUT (for redirection, etc), a single dash (-).
|
|
.TP
|
|
.B \-i <instance>
|
|
This option identifies the "name" associated with this particular
|
|
instance of Icinga and is used to seperate data coming from multiple
|
|
instances. Defaults to 'default' (without quotes).
|
|
.TP
|
|
.B \-t <type>
|
|
Specifies the type of destination socket. Valid values include:
|
|
tcp
|
|
unix (default)
|
|
.TP
|
|
.B \-p <port>
|
|
Port number to connect to if destination is TCP socket.
|
|
.SH AUTHOR
|
|
.sp
|
|
This manpage was written by Lars Vogdt <lars@linux-schulserver\&.de> for the openSUSE Distribution\&.
|
|
.SH SEE ALSO
|
|
ido2db(8)
|