Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoostats:master commit in: man/
Date: Mon, 02 Jan 2017 06:22:53
Message-Id: 1483338018.b21f6b1fe773a0d5b1946163eddeeacfe7ff4314.gokturk@gentoo
1 commit: b21f6b1fe773a0d5b1946163eddeeacfe7ff4314
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 06:20:18 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 06:20:18 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoostats.git/commit/?id=b21f6b1f
7
8 man: add the man page for gentoostats-send
9
10 man/gentoostats-send.1 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
11 1 file changed, 49 insertions(+)
12
13 diff --git a/man/gentoostats-send.1 b/man/gentoostats-send.1
14 new file mode 100644
15 index 0000000..70e0a31
16 --- /dev/null
17 +++ b/man/gentoostats-send.1
18 @@ -0,0 +1,49 @@
19 +.TH "GENTOOSTATS-SEND" "1" "Jan 2017" "" "Gentoostats"
20 +.SH "NAME"
21 +gentoostats\-send \- Command\-line interface to submit host statistics
22 +to a remote gentoostats server
23 +.SH "SYNOPSIS"
24 +.TP
25 +\fBgentoostats\-send\fR [\fIoptions\fR]
26 +.SH "DESCRIPTION"
27 +gentoostats\-send is a utility for submitting various host and package
28 +statistics to a gentoostats server.
29 +.SH "OPTIONS"
30 +.TP
31 +.B \-s, \-\-server
32 +Host name of the remote gentoostats server
33 +.TP
34 +.B \-p, \-\-port
35 +Port number of the remote gentoostats server
36 +.TP
37 +.B \-u, \-\-url
38 +URL of the remote gentoostats server
39 +.TP
40 +.B \-a, \-\-auth
41 +Path to the authentication file
42 +.TP
43 +.B \-c, \-\-config
44 +Path to the configuration file
45 +.TP
46 +.B \-v, \-\-verbose
47 +Output the statistics being submitted on the command line in the JSON
48 +format
49 +.TP
50 +.B \-h, \-\-help
51 +Show the help message
52 +.SH "FILES"
53 +.TP
54 +.B /etc/gentoostats/auth.cfg
55 +Contains the host-specific randomly generated UUID and password to be
56 +transmitted to the remote gentoostats server for authentication purposes.
57 +.TP
58 +.B /etc/gentoostats/payload.cfg
59 +Determines what kind of information will be included in the statistics
60 +that is sent to a remote gentoostats server. Users should edit this
61 +file to suit their privacy needs.
62 +.SH "BUGS"
63 +Please report bugs via https://bugs.gentoo.org/
64 +.SH "AUTHOR"
65 +Göktürk Yüksek <gokturk@g.o>
66 +.SH "SEE ALSO"
67 +\fBgentoostats\-cli\fR(1)