AWS Argos Extensions is a collection of GNOME Shell extensions built using Argos to provide real-time monitoring and management of various AWS services. At this stage, the project includes an extension for monitoring Amazon SQS (Simple Queue Service) queues.
This project aims to simplify cloud resource monitoring directly from the GNOME desktop environment. It enables quick insights and actionable notifications without the need to switch between multiple AWS dashboards or third-party tools.
Managing AWS resources can be a complex task, especially for developers, system administrators, and DevOps engineers who need real-time visibility into their cloud infrastructure. While AWS provides robust monitoring solutions like CloudWatch, these tools often require dedicated dashboards or integrations.
AWS Argos Extensions bridges the gap by:
- Displaying real-time AWS metrics directly in the GNOME top bar.
- Reducing context-switching by keeping essential monitoring tools at your fingertips.
- Providing lightweight and customizable monitoring for your desktop environment.
The SQS Monitoring extension allows you to:
- Monitor the number of visible and in-flight messages for multiple SQS queues.
- Define thresholds for each queue to trigger alerts.
- Receive desktop notifications when thresholds are breached or if there are errors fetching queue metrics.
- Enable or disable notifications dynamically through the dropdown menu.
- View all configured queues and their current status directly in the dropdown.
-
Real-Time Monitoring:
- Stay updated on critical AWS services without additional tools.
-
Productivity Boost:
- Reduce the need to log in to the AWS Management Console or external dashboards.
-
Lightweight and Extensible:
- Built on Argos, making it easy to extend and customize.
-
Customizable Alerts:
- Define queue-specific thresholds to trigger actionable alerts.
-
Desktop Integration:
- Seamlessly integrates with GNOME Shell for a non-intrusive, efficient monitoring experience.
-
AWS CLI:
- Ensure that the AWS CLI is installed and configured with proper credentials.
- Install AWS CLI
- Configure using:
aws configure
-
Argos Extension:
- Install the Argos GNOME Shell extension to enable the integration.
- Restart GNOME Shell after installation.
-
Dependencies:
- Ensure
jq
is installed for JSON parsing:sudo apt install jq
- Ensure
-
Clone the repository:
git clone https://github.com/your-username/aws-argos-extensions.git cd aws-argos-extensions
-
Create a symbolic link to the Argos directory:
ln -s $(pwd)/extensions/sqs-monitor/sqs-monitor.2s.sh ~/.config/argos/
-
Configure the SQS Monitoring extension:
- Edit the
config.json
file:{ "notifications_enabled": true, "sqs_monitor": [ { "name": "Queue1", "url": "https://sqs.eu-central-1.amazonaws.com/your-account-id/queue-name", "threshold": 10 } ] }
- Save the file as
~/.config/aws-argos-extensions/config.json
.
- Edit the
-
Reload Argos:
- Press
Alt + F2
, typer
, and press Enter to reload GNOME Shell.
- Press
-
Top Bar:
- Displays the overall status of your SQS queues.
- Highlights alert counts if any thresholds are breached.
-
Dropdown Menu:
- Lists all configured queues with their current status.
- Alerts for queues that exceed thresholds or encounter errors.
- Includes a Manual Refresh option and a Toggle Notifications feature.
Top Bar:
SQS (2)
Dropdown Menu:
Queue1: Visible: 15, In-flight: 3
Queue2: Visible: 0, In-flight: 1
---
Disable Notifications
Manual Refresh
- Additional Extensions:
- Add monitoring for other AWS services like EC2, RDS, and Lambda.
- Advanced Features:
- Enable more customization options for notifications and thresholds.
- Improved UI:
- Add tooltips and more interactive elements.
Contributions are welcome! Feel free to submit issues, feature requests, or pull requests to enhance the project.
This project is licensed under the MIT License. See the LICENSE file for details.