Skip to content

Commit f8cf7e2

Browse files
committed
Merge pull request #17 from aviau/patch-1
Added man page
2 parents 11043df + f2455df commit f8cf7e2

1 file changed

Lines changed: 90 additions & 0 deletions

File tree

docs/riemann-client.1

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
.\" Hey, EMACS: -*- nroff -*-
2+
.\" First parameter, NAME, should be all caps
3+
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
4+
.\" other parameters are allowed: see man(7), man(1)
5+
.TH RIEMANN-CLIENT 1 "2014-10-12"
6+
.\" Please adjust this date whenever revising the manpage.
7+
.\"
8+
.\" Some roff macros, for reference:
9+
.\" .nh disable hyphenation
10+
.\" .hy enable hyphenation
11+
.\" .ad l left justify
12+
.\" .ad b justify to both left and right margins
13+
.\" .nf disable filling
14+
.\" .fi enable filling
15+
.\" .br insert line break
16+
.\" .sp <n> insert n+1 empty lines
17+
.\" for manpage-specific macros, see man(7)
18+
.SH NAME
19+
riemann-client \- Connects to a Riemann server to send events or query the index
20+
.SH SYNOPSIS
21+
.B riemann-client
22+
.RI [CONNECTION_PARAMETERS]
23+
.RI send
24+
.RI [EVENT_PARAMETERS]
25+
.br
26+
.B riemann-client
27+
.RI [CONNECTION_PARAMETERS]
28+
.RI query
29+
.RI [QUERY]
30+
.SH DESCRIPTION
31+
This manual page documents briefly the
32+
.B rieman-client
33+
command.
34+
.PP
35+
.\" TeX users may be more comfortable with the \fB<whatever>\fP and
36+
.\" \fI<whatever>\fP escape sequences to invode bold face and italics,
37+
.\" respectively.
38+
.SH OPTIONS
39+
.SS Query parameters
40+
.TP
41+
.B \-H, \-\-host
42+
Riemann server hostname.
43+
.TP
44+
.B \-P, \-\-port
45+
Riemann server port
46+
.TP
47+
.B \-T, \-\-transport
48+
The protocol to use to connect to Riemann.
49+
.TP
50+
.B \-I, \-\-timeout
51+
Timeout for TCP based connections.
52+
.TP
53+
.B \-C, \-\-ca-certs
54+
A CA certificate bundle for TLS connections.
55+
.br
56+
.SS Event parameters
57+
.TP
58+
.B \-T, \-\-time
59+
Event timestamp (unix format)
60+
.TP
61+
.B \-S, \-\-state
62+
Event state
63+
.TP
64+
.B \-s, \-\-service
65+
Event service name
66+
.TP
67+
.B \-h, \-\-host
68+
Event hostname (uses system's by default)
69+
.TP
70+
.B \-d, \-\-description
71+
Event description
72+
.TP
73+
.B \-t, \-\-tag
74+
Event tag (multiple)
75+
.TP
76+
.B \-l, \-\-tt1
77+
Event time to live in seconds
78+
.TP
79+
.B \-a, \-\-attr, \-\-attribute
80+
Event attribute (key=value, multiple)
81+
.TP
82+
.B \-m, \-\-metric, \-\-metric_f
83+
Event metric (uses metric_f)
84+
.SH AUTHOR
85+
python-riemann-client was written by Sam Clements <sam@borntyping.co.uk>.
86+
.br
87+
88+
.PP
89+
This manual page was written by Alexandre Viau <alexandre@alexandreviau.net>,
90+
for the Debian project (and may be used by others).

0 commit comments

Comments
 (0)