Migrating from Opsview Agent

Prerequisites Copied

Note

The Infrastructure Agent can be used on monitored hosts with older Opsview versions, even if you do not upgrade to the latest version. However, we recommend that you upgrade to the latest version of Opsview to ensure that all changes, including security fixes and new features, will work correctly with the Infrastructure Agent.

Please consider the following before you proceed with the migration from Opsview Agent to Infrastructure Agent:

Note

The Opsview Agent is still supported, but we recommend that new and existing users deploying new monitoring use the ITRS Infrastructure Agent instead. The Opsview documentation version 6.8.4 or earlier remains a resource for Opsview Agent information.

Migration of configuration Copied

When upgrading from Opsview Agent to Infrastructure Agent, three settings in the configuration are sent over to the new agent on startup. These settings will be stored in cfg/custom/imported.yml. If this file already exists, the Agent will not import the old settings on startup.

The settings are:

The Agent will not import the following settings:

If you want to use these settings in the Infrastructure Agent, you need to transfer them over manually.

Migration procedure for Linux Copied

  1. Stop the Opsview Agent service.

    sudo systemctl stop opsview-agent
    
    sudo systemctl disable opsview-agent
    
  2. Upgrade the Opsview Agent using the instructions based on your OS. See Infrastructure Agent Installation.

  3. Once the Agent is installed, you must set allowed_hosts in order for it to run if it is not automatically imported from the old Agent. See Infrastructure Agent Configuration for more information.

    The agent may need to be restarted manually to use the changed configuration:

    sudo systemctl restart infrastructure-agent
    
  4. Once the Infrastructure Agent is running, you can uninstall the Opsview Agent.

    For Debian and Ubuntu, run:

    sudo apt remove opsview-agent
    

    For CentOS and RHEL, run:

    sudo yum erase opsview-agent
    

Migration procedure for Windows Copied

  1. Open Services, and then stop the Opsview Agent service.
  2. Download the latest infrastructure-agent package from Agent Downloads.
  3. Once the package has downloaded, open the file to install it.
  4. Once the Agent is installed, you must set allowed_hosts in order for it to run if it is not automatically imported from the old Agent. See Infrastructure Agent Configuration for more information.
  5. You need to manually set an inbound firewall rule to allow connections to come through.
    • Go to Windows Defender Firewall.
    • Create a new inbound rule and select the Program option.
    • Ensure the program path is C:\Program Files\Infrastructure Agent\bin\infra-agent.exe.
    • Ensure Allow the connection is selected.
    • Ensure Domain, Private, and Public are selected (according to the connectivity requirements).
    • Give the rule a name and select Finish.
  6. Once Infrastructure Agent is running, you can uninstall the Opsview Agent.
["Opsview On-premises"] ["User Guide"]

Was this topic helpful?