From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45EEC139085 for ; Mon, 2 Jan 2017 06:22:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6123821C028; Mon, 2 Jan 2017 06:22:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E8EF21C028 for ; Mon, 2 Jan 2017 06:22:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6013340F2A for ; Mon, 2 Jan 2017 06:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4399261D for ; Mon, 2 Jan 2017 06:22:48 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1483338018.b21f6b1fe773a0d5b1946163eddeeacfe7ff4314.gokturk@gentoo> Subject: [gentoo-commits] proj/gentoostats:master commit in: man/ X-VCS-Repository: proj/gentoostats X-VCS-Files: man/gentoostats-send.1 X-VCS-Directories: man/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: b21f6b1fe773a0d5b1946163eddeeacfe7ff4314 X-VCS-Branch: master Date: Mon, 2 Jan 2017 06:22:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 82d5516b-17aa-4361-be5e-979e79c9cec4 X-Archives-Hash: d4385f9149b2b09bc4888eb73e8d92f6 commit: b21f6b1fe773a0d5b1946163eddeeacfe7ff4314 Author: Göktürk Yüksek gentoo org> AuthorDate: Mon Jan 2 06:20:18 2017 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Mon Jan 2 06:20:18 2017 +0000 URL: https://gitweb.gentoo.org/proj/gentoostats.git/commit/?id=b21f6b1f man: add the man page for gentoostats-send man/gentoostats-send.1 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/man/gentoostats-send.1 b/man/gentoostats-send.1 new file mode 100644 index 0000000..70e0a31 --- /dev/null +++ b/man/gentoostats-send.1 @@ -0,0 +1,49 @@ +.TH "GENTOOSTATS-SEND" "1" "Jan 2017" "" "Gentoostats" +.SH "NAME" +gentoostats\-send \- Command\-line interface to submit host statistics +to a remote gentoostats server +.SH "SYNOPSIS" +.TP +\fBgentoostats\-send\fR [\fIoptions\fR] +.SH "DESCRIPTION" +gentoostats\-send is a utility for submitting various host and package +statistics to a gentoostats server. +.SH "OPTIONS" +.TP +.B \-s, \-\-server +Host name of the remote gentoostats server +.TP +.B \-p, \-\-port +Port number of the remote gentoostats server +.TP +.B \-u, \-\-url +URL of the remote gentoostats server +.TP +.B \-a, \-\-auth +Path to the authentication file +.TP +.B \-c, \-\-config +Path to the configuration file +.TP +.B \-v, \-\-verbose +Output the statistics being submitted on the command line in the JSON +format +.TP +.B \-h, \-\-help +Show the help message +.SH "FILES" +.TP +.B /etc/gentoostats/auth.cfg +Contains the host-specific randomly generated UUID and password to be +transmitted to the remote gentoostats server for authentication purposes. +.TP +.B /etc/gentoostats/payload.cfg +Determines what kind of information will be included in the statistics +that is sent to a remote gentoostats server. Users should edit this +file to suit their privacy needs. +.SH "BUGS" +Please report bugs via https://bugs.gentoo.org/ +.SH "AUTHOR" +Göktürk Yüksek +.SH "SEE ALSO" +\fBgentoostats\-cli\fR(1)