ADORSYS-GIS / wazuh-agent-status

Application to monitor the state of wazuh agents
2 stars 1 forks source link

Wazuh Agent Status

Release Client

Wazuh Agent Status is an application designed to monitor the state of Wazuh agents. This tool provides real-time insights into the operational status of agents, ensuring they are functioning correctly and efficiently.

Features

Installation from code

To install the application, follow these steps:

  1. Clone the repository:
    git clone https://github.com/ADORSYS-GIS/wazuh-agent-status.git
  2. Navigate to the project directory:
    cd wazuh-agent-status
  3. Install dependencies:

    go mod tidy
    go mod download
    
    ### Additional steps for Ubuntu
    sudo apt-get update
    sudo apt-get install -y libayatana-appindicator3-dev

Building Binaries

You can build binaries for different systems using this command:

Note: Ensure you have a suitable C compiler installed on your system for this to work.

Usage

Run the application with the following command:

./dist/wazuh-agent-status

Alternative Installation

To install the agent companion, run the script that will download and install it for you:

curl -sL https://raw.githubusercontent.com/ADORSYS-GIS/wazuh-agent-status/main/scripts/install.sh | bash

Usage

After installation, you can run the application with:

wazuh-agent-status