This incident type refers to an alert triggered when the available disk space on RabbitMQ is low. This can be caused by an overload of messages or persistent messages that are being mismanaged. It is important to resolve this issue promptly to ensure the proper functioning of RabbitMQ and avoid any potential downtime.
Parameters
Debug
Check disk usage for the partition where RabbitMQ is installed
Check the size of the RabbitMQ data directory
Check the size of the RabbitMQ message queue
Check the size of the RabbitMQ log files
Check the RabbitMQ configuration file for disk space related settings
Check the RabbitMQ process status
Check the RabbitMQ error log for disk space related errors
Check the system log for disk related errors
Check if there are any old or unused files that can be deleted to free up space
Repair
Identify any messages or persistent messages that are being mismanaged and take action to resolve the issue (e.g., delete unnecessary messages, optimize message storage).
Learn more
Related Runbooks
Check out these related runbooks to help you debug and resolve similar issues.