GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
repo(1) User Commands repo(1)

repo - report events to a radmind server

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 ... ]

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.

-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 radmind.
-p port
specifies a port, by default 6222 .
-P ca-pem-directory
specifies a directory that contains certificates to be used when verifying the server. Certificates must be in PEM format and the directory must have been processed with the openssl c_rehash utility.
-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 /var/radmind/cert/ca.pem. The default is not used when -P is specified.
-y cert-pem-file
Client's public certificate, by default /var/radmind/cert/cert.pem.
-z private-key-file
Client's private key, by default /var/radmind/cert/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).

The following exit values are returned:
0
No errors.
>0
An error occurred.

radmind(8).
June 28, 2021 RSUG

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.