From b21f6b1fe773a0d5b1946163eddeeacfe7ff4314 Mon Sep 17 00:00:00 2001 From: Göktürk Yüksek Date: Mon, 2 Jan 2017 01:20:18 -0500 Subject: man: add the man page for gentoostats-send --- man/gentoostats-send.1 | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 man/gentoostats-send.1 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) -- cgit v1.2.3-65-gdbad