NAME
repo - report events to a radmind server
SYNOPSIS
repo -e event [ -Vv ] [
-h host ] [ -p port ] [
-w auth-level ] [
-x ca-pem-file ] [
-y cert-pem-file ] [
-z private-key-file ] [
-Z compression-level ] [ message ... ]
DESCRIPTION
repo reports status messages to the
radmind server. The administrator defines the event type
with the -e option. The message is read from the command
line or from standard input. The event and the
message are logged by the server if repo succeeds.
OPTIONS
- -e event
- the event type to report. This is limited to a single word,
containing no white space.
- -h host
- specifies the radmind server, by default localhost.
- -p port
- specifies a port, by default 6662.
- -V
- displays the version of repo, and exits.
- -v
- displays communication with the radmind server.
- -w auth-level
- TLS authorization level, by default 0. 0 = no TLS, 1 = server
verification, 2 = server and client verification.
- -x ca-pem-file
- Certificate authority's public certificate, by default
/etc/pki/radmind/ca.pem.
- -y cert-pem-file
- Client's public certificate, by default
/etc/pki/radmind/cert.pem.
- -z private-key-file
- Client's private key, by default /etc/pki/radmind/cert.pem.
- -Z compression-level
- Compress all outbound data. compression-level can be between 0
and 9: 1 gives best speed, 9 gives best compression, 0 gives no
compression at all (the input data is simply copied a block at a
time).
EXIT STATUS
The following exit values are returned:
- 0
- No errors.
- >0
- An error occurred.
SEE ALSO
(8).