diff --git a/README.md b/README.md index 97671c9..cb23c51 100644 --- a/README.md +++ b/README.md @@ -30,17 +30,13 @@ The Control Panel keeps you informed with real-time alers for all instance opera Choose the instance type and storage size that best fits your workload. Whether you’re testing a small service or running production traffic, Rabbitory gives you the flexibility to scale on your terms. ---- - ## 📦 Prerequisites Before gaining access to the Rabbitory Control Panel, use the Rabbitory CLI to deploy your AWS infrastructure. Please visit the [Rabbitory CLI github repository](https://github.com/Rabbitory/rabbitory_cli) for information and instructions. ---- - ## 🐰 Usage -The Rabbitory Control Panel is the central hub for managing every part of your RabbitMQ instance — from creation to configuration to monitoring. +The Rabbitory Control Panel is the central hub for managing every part of your RabbitMQ instance — from creation to configuration to monitoring. Rabbitory users receive a URL to their Control Panle after deploying their infrastructure with the custom cli tool. This Control Panel provides the following important features: ### Create a RabbitMQ Instance @@ -118,6 +114,10 @@ For real-time insight, the Logs Page streams live logs straight from your server The Alarms Page keeps your team informed by providing notifications in your Slack workspace about critical CPU and disk usage metrics, helping you stay ahead of potential issues. +

+Alarms Page +

+ --- The Rabbitory Control Panel provides a powerful, intuitive interface for managing RabbitMQ instances on AWS. With features like one-click provisioning, real-time notifications, easy plugin management, and comprehensive firewall controls, it streamlines the complexities of RabbitMQ management. Whether you're monitoring performance, configuring instances, or setting alarms, Rabbitory offers full visibility and control—all from a clean, browser-based dashboard. diff --git a/assets/alarms-page.png b/assets/alarms-page.png new file mode 100644 index 0000000..18f9e3d Binary files /dev/null and b/assets/alarms-page.png differ diff --git a/src/app/instances/[name]/alarms/components/Dropdown.tsx b/src/app/instances/[name]/alarms/components/Dropdown.tsx index 86d6ef8..5e084b9 100644 --- a/src/app/instances/[name]/alarms/components/Dropdown.tsx +++ b/src/app/instances/[name]/alarms/components/Dropdown.tsx @@ -16,14 +16,14 @@ interface DropdownOptionsProps { const DropdownOptions = ({ options, onOptionClick }: DropdownOptionsProps) => { return ( -