diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2019-10-16 21:39:51 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2019-10-16 21:39:51 +0300 |
| commit | f9b13a2545c4c45cfc026a4a3d5f687bc35964ae (patch) | |
| tree | 43372b503499635ddbb01eb3bb4480a60b5e3201 /docs | |
| parent | 3c655b221a486ad04b730af0edc7093327cee2ca (diff) | |
| parent | 46a0181bc9729f20fad631c779dfbb817c71c206 (diff) | |
| download | rabbitmq-server-git-f9b13a2545c4c45cfc026a4a3d5f687bc35964ae.tar.gz | |
Merge branch 'master' into mark-down-queue-core-metrics
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/rabbitmq-diagnostics.8 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/rabbitmq-diagnostics.8 b/docs/rabbitmq-diagnostics.8 index 754506c1bd..6c9b636c3c 100644 --- a/docs/rabbitmq-diagnostics.8 +++ b/docs/rabbitmq-diagnostics.8 @@ -231,6 +231,14 @@ Example: .Sp .Dl rabbitmq-diagnostics alarms .\" ------------------------------------ +.It Cm certificates +.Pp +Displays the node certificates for every listener on target node that is configured to use TLS. +.Pp +Example: +.sp +.Dl rabbitmq-diagnostics certificates +.\" ------------------------------------ .It Cm check_alarms .Pp Health check that fails (returns with a non-zero code) if there are alarms @@ -244,6 +252,25 @@ Example: .Sp .Dl rabbitmq-diagnostics check_alarms .\" ------------------------------------ +.It Cm check_certificate_expiration Oo Fl -unit Ar time_unit Oc Op Fl -within Ar seconds +.Pp +Checks the expiration date on the certificates for every listener on target node that is configured to use TLS. +Supported time units are: +.Bl -bullet +.It +days +.It +weeks +.It +months +.It +years +.El +.Pp +Example: +.Sp +.Dl rabbitmq-diagnostics check_certificate_expiration --unit weeks --within 6 +.\" ------------------------------------ .It Cm check_local_alarms .Pp Health check that fails (returns with a non-zero code) if there are alarms |
