rabbitmqadmin
Use the rabbitmqadmin command to check the queue status for the RabbitAdmin service running on the Cisco Cyber Vision Center.
rabbitmqadmin [ options ] subcommands
Syntax Description
|
Specifies the configuration file to use. Default: |
|
Specifies the node described in the configuration file. Default: |
|
Specifies the hostname of the RabbitMQ server. Default: |
|
Specifies the port number for the RabbitMQ HTTP API. Default: |
|
Specifies a custom URI path prefix for the RabbitMQ HTTP API. Default: blank string. |
|
Specifies the virtual host (vhost) to connect to. Default: All vhosts for listing commands and |
|
Specifies the username for authentication. Default: |
|
Specifies the password for authentication. Default: |
|
Specifies a base HTTP API URI. |
|
Suppresses status messages. Default: |
|
Enables SSL/TLS connection. Default: |
|
Specifies the path to the PEM-formatted private key file for SSL/TLS. |
|
Specifies the path to the PEM-formatted certificate file for SSL/TLS. |
|
Specifies the path to the PEM-formatted CA certificate file for SSL/TLS. |
|
Disables hostname verification for SSL/TLS connections. |
|
Disables all SSL/TLS validation (similar to |
|
Sets the HTTP request timeout in seconds. Default: |
|
Specifies the output format. |
|
Specifies the sort key for listing commands. |
|
Reverses the sort order. |
|
Specifies the maximum recursion depth for listing tables. Default: 1 |
Command History
Release |
Modification |
---|---|
4.0 |
This command was introduced. |
Examples
This example displays how to check RabbitMQ queues:
root@center100:~# rabbitmqadmin list queues
+----------------------------------------------------------------------------+----------+
| name | messages |
+----------------------------------------------------------------------------+----------+
| ccv.queue.activediscovery_scanrequest.049e52db-0178-4df6-9a63-05a04cb60736 | 0 |
| ccv.queue.activediscovery_scanresult | 0 |
| ccv.queue.authorized_sensors | 0 |
| ccv.queue.authorized_sensors.burrow | 0 |
| ccv.queue.authorized_sensors.republisher | 0 |
| ccv.queue.burrow_results | 0 |
| ccv.queue.decode_errors | 0 |
| ccv.queue.device | 0 |
| ccv.queue.dpad | 0 |
| ccv.queue.events | 0 |
| ccv.queue.flow_properties_stats | 0 |
| ccv.queue.flowtables.049e52db-0178-4df6-9a63-05a04cb60736 | 0 |
| ccv.queue.flowtables.049e52db-0178-4df6-9a63-05a04cb60736.burrow | 0 |
| ccv.queue.flowtables.expired | 0 |
| ccv.queue.flowtables.unknown | 0 |
| ccv.queue.jobs.049e52db-0178-4df6-9a63-05a04cb60736 | 0 |
| ccv.queue.jobs_results.aspic | 0 |
| ccv.queue.jobs_results.backend | 0 |
| ccv.queue.jobs_results.extensionapid | 0 |
| ccv.queue.jobs_results.inputd | 0 |
| ccv.queue.jobs_results.worker | 0 |
| ccv.queue.snort_events | 0 |
| ccv.queue.sysinfo | 0 |
| kraken.initial_modifications | 0 |
| kraken.modifications | 0 |
| kraken.queue.lc.certificate_renewal | 0 |
+----------------------------------------------------------------------------+----------+