User Tools
resolution_area:prometheus_resolutions:res-p1809
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| resolution_area:prometheus_resolutions:res-p1809 [2021/07/06 14:11] – wflaherty | resolution_area:prometheus_resolutions:res-p1809 [2022/05/03 15:28] (current) – 10.5.5.52 | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| You can check specifically for what server RabbitMQ is on for an environment with this. | You can check specifically for what server RabbitMQ is on for an environment with this. | ||
| https:// | https:// | ||
| - | Scroll across to see what RabbitMQ is running on. | + | Scroll across to see what RabbitMQ is running on. However, this information should be in the alert received. |
| Line 49: | Line 49: | ||
| ps aux | grep ' | ps aux | grep ' | ||
| ps aux | grep ' | ps aux | grep ' | ||
| - | ps aux | grep ' | + | ps aux | grep ' |
| </ | </ | ||
| Line 93: | Line 93: | ||
| If there are many ' | If there are many ' | ||
| + | |||
| + | |||
| + | Check the database with | ||
| + | < | ||
| + | select * from thread_config tc | ||
| + | </ | ||
| ----- | ----- | ||
| Line 114: | Line 120: | ||
| There is also a possibility that a queue was refactored in the codebase or script but not updated in RabbitMQ. Check with the devs for this. | There is also a possibility that a queue was refactored in the codebase or script but not updated in RabbitMQ. Check with the devs for this. | ||
| + | **Ebonding** | ||
| + | |||
| + | If the alert is related to an eBonding queue: | ||
| + | * eBonding_outbound_queue | ||
| + | * eBonding_inbound_queue | ||
| + | |||
| + | Check if soap and ebonding applications are running | ||
| + | |||
| + | < | ||
| + | ps -edf | grep -i soap | ||
| + | ps -edf | grep -i ebonding | ||
| + | </ | ||
| + | Verify that the logs are not frozen: log location is: logs/grails | ||
| + | |||
| + | An application restart will be required if ebonding & soap logs are frozen. | ||
| **Auto Clear:** | **Auto Clear:** | ||
| The alert will auto clear once there are fewer than 1000 messages in the queue. | The alert will auto clear once there are fewer than 1000 messages in the queue. | ||
resolution_area/prometheus_resolutions/res-p1809.1625577096.txt.gz · Last modified: 2021/07/06 14:11 by wflaherty