Top.Mail.Ru
Installing, Updating, and Removing the Monitoring Agent on Linux
CTRL+K

Installing, Updating, and Removing the Monitoring Agent on Linux

In this article
  • Installing, Updating, and Removing the Monitoring Agent on Linux
  • Installing the Monitoring Agent
  • Updating the Monitoring Agent
  • Removing the Monitoring Agent

This section describes the installation and configuration of the monitoring agent on workstations running Linux.

The monitoring agent is compatible with Linux distributions that use the DEB or RPM package formats.

Features of event recording by the agent on Linux are described on the Known Issues and Limitations page.

Installing the Monitoring Agent

For some Linux distributions, if you work via remote access (RDP), you must enable the record extension in xorg parameters. To do this, you need to:

  1. In the file /etc/X11/fly-dm/fly-dmrc, add +extension RECORD to the ServerArgsLocal= variable:
    ServerArgsLocal=... +extension RECORD
    
  2. Add /usr/libexec/OperavixAgent/agent_inspector and /usr/libexec/OperavixAgent/agent_service to the /etc/X11/trusted file.
  3. Add the following section to the file /etc/X11/xrdp/xorg.conf:
    Section "Extensions"
        Option "RECORD" "Enable"
    EndSection
    
  4. Reboot the computer.
Note

When installing, the installer must not be located in the user directory. For example, you can create a folder /opt/repo, place the installer there, and run it from that directory.

On Debian-based systems, install with:

# apt install /opt/repo/agent.deb

On RPM-based systems, install with:

# apt-get install /opt/repo/agent.rpm

If the above command does not work for the RPM-based system:

# rpm --nosignature --nodigest -iv /tmp/agent_setup.rpm
Note

The path to agent_setup.rpm is shown as an example and may vary depending on your settings.

Updating the Monitoring Agent

Note

When updating, the installer must not be located in the user directory. For example, you can create a folder /opt/repo, place the installer there, and run it from that directory.

Important

The agent will not update if its current version is newer than or matches the update version.

On Debian-based systems, update with:

# apt install /opt/repo/agent.deb

On RPM-based systems, update with:

# apt-get install /opt/repo/agent.rpm

If the above command does not work for the RPM-based system:

# rpm --nosignature --nodigest -iv /tmp/agent_setup.rpm

Removing the Monitoring Agent

Note

For removal, use the standard package manager of the corresponding operating system. The operavix-agent parameter in all commands is the package name.

On Debian-based systems, remove with:

# apt remove operavix-agent

On RPM-based systems, remove with:

# apt-get remove operavix-agent

If the above command does not work for the RPM-based system:

# rpm --nosignature --nodigest -e operavix-agent

Was the article helpful?

Yes
No
Previous
Monitoring Agent Configurator
We use cookies to improve our website for you.