August 2024

Armor Anywhere | Armor Agent for Servers

Aug 8, 2024 | Armor Toolbox Bug Fix

We have addressed an issue affecting the AMP Toolbox page that was causing delays and errors when loading scheduled tasks. This update improves the performance and reliability of the Toolbox page, ensuring that users can access their scheduled tasks without encountering timeouts or errors.

Enhanced Page Loading:

  1. The Toolbox page now loads more efficiently, significantly reducing the time it takes to retrieve and display scheduled task data.

    • Users will no longer encounter the “Endpoint request timed out” error when navigating to the Toolbox page.

  2. Armor customers and support teams can now schedule and execute Armor Agent updates directly from the AMP Toolbox for Linux VM’s.


Aug 20, 2024 | Automatic Kernel Compatibility Listing for Trend Sub-Agent

Overview:

We are pleased to announce a significant enhancement to the Armor Knowledge Base (KB), designed to simplify the process of identifying compatible kernels for the Trend sub-agent across different operating systems. This update provides Armor customers and users with easy access to up-to-date compatibility information, ensuring successful installation and optimal performance of the Armor Agent for Servers.

Key Enhancements:

  1. Automated Kernel Compatibility Listing: The Armor Knowledge Base now automatically lists the available kernels for the Trend sub-agent per compatible Operating System (OS), helping users quickly identify the supported kernels for each OS version.

    • This update includes detailed information for both ARM64 and x64 architectures, making it easier to determine compatibility with your infrastructure.

  2. Enhanced ARM64 Support Information: The compatibility table in the KB has been updated to clearly specify ARM64 support under operating systems such as Amazon Linux 2 and Amazon Linux 2023.

    • Users can now easily see which kernels are supported for ARM64, helping them make informed decisions about their infrastructure and reducing potential installation issues.

  3. Comprehensive Kernel Support Details: The KB now lists the minimal kernel version support required for each OS, such as 6.1.84-99.169.amzn2023 for Amazon Linux 2023.

    • Additional requirements, such as the need to install ‘cronie’ for Amazon Linux 2023, are also noted to ensure smooth installation and operation of the Armor Agent.

  4. Regular Updates to Compatibility Information: A new process has been implemented to ensure that the compatibility table in the KB is regularly updated with the latest supported kernels and OS versions.

How to Access:

You can view the updated compatibility information by visiting the Armor Knowledge Base. The table now includes detailed kernel support for both ARM64 and x64 architectures, along with any additional requirements for installation.


Aug 21, 2024 | Armor Agent Installation Enhancement for Linux Systems

Summary:

This update enhances the installation process for the Armor agent on Linux-based systems, including Amazon Linux 2023. Users are now guided through the installation and configuration of the required cronie service, ensuring that all subagents and security functions operate correctly.

Details:

Previously, when installing the Armor agent on certain Linux distributions where cronie was not pre-installed or properly configured, users encountered issues with agent functionality, such as the inability to run certain toolbox tasks (e.g., agent start, stop, and restart).

This enhancement addresses these issues by prompting users during the installation process to:

  1. Install cronie:

If cronie is not found, users will be prompted to install it using the command:

sudo yum install cronie -y
  1. Enable and Start cronie:

sudo systemctl enable crond.service sudo systemctl start crond.service
  1. Confirm cronie is Running:

sudo systemctl status crond | grep Active

Technical Details:

  • The installation script now checks for the presence of the /etc/cron.d directory to determine if cronie is installed. If the directory is missing, a warning is displayed, and users are provided instructions for installing and configuring cronie.

  • Without a properly running cronie service, certain agent tasks that require the cron context will fail to execute, impacting agent functionality.


Aug 26, 2024 | Trend Sub-agent Status Display Fix

Issue Summary:

In some instances, the Trend sub-agent incorrectly displays the message “Disabled - The customer opted out of this service” despite the Trend agent being actively running and communicating. This issue occurs due to the lack of retry logic in the API call that fetches Trend installation details. If the API call fails within 30 seconds, the VM is incorrectly marked as unhealthy, leading to confusion and inaccurate status reports for customers.

Impact:

  • Affected customers may see an incorrect status for the Trend sub-agent, even though Trend is operating normally.

Resolution:

We have implemented a retry logic mechanism to ensure that even if the initial API call fails, the system will attempt to retry before marking the VM as unhealthy.

Expected Behavior:

With the fix, the Trend sub-agent will correctly reflect its active status, preventing the erroneous “Disabled - The customer opted out of this service” message. The system will accurately report the health of the Trend sub-agent, and VMs will no longer show an unhealthy status due to temporary API errors.