Currently, we don't have an available Opsview Agent for Ubuntu 22.04 (Jammy Jellyfish). As a workaround, the following steps can be done to install Opsview Agent released for Ubuntu 20.04 (Focal Fossa).
Add Focal repository on the Jammy server and update the package
# add-apt-repository 'deb http://archive.ubuntu.com/ubuntu focal main'
# apt update -y && apt upgrade -y
Install Opsview Agent-
# dpkg -i <opsview agent>
The installation might return a dependency error. To fix, do the following-
# apt --fix-broken install
Comments
0 comments
Please sign in to leave a comment.