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.

the event type to report. This is limited to a single word, containing no white space.
specifies the radmind server, by default radmind.
specifies a port, by default 6222 .
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.
displays the version of repo, and exits.
displays communication with the radmind server.
TLS authorization level, by default 0. 0 = no TLS, 1 = server verification, 2 = server and client verification.
Certificate authority's public certificate, by default /var/radmind/cert/ca.pem. The default is not used when -P is specified.
Client's public certificate, by default /var/radmind/cert/cert.pem.
Client's private key, by default /var/radmind/cert/cert.pem.
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).

October 6, 2023 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.