Opsview 6.8.x End of Support

With the release of Opsview 6.11.0 on February 2025, versions 6.8.x have reached their End of Support (EOS) status, according to our Support policy. This means that versions 6.8.x will no longer receive code fixes or security updates.

The documentation for version 6.8.9 and earlier versions will remain accessible for the time being, but it will no longer be updated or receive backports. We strongly recommend upgrading to the latest version of Opsview to ensure continued support and access to the latest features and security enhancements.

Watchdog

Opsview watchdog is a process management component. It manages the starting, stopping and restarting of opsview components. It is a dependency of every opsview components which is required to run a process to operate. The process is launched by opsview watchdog and it monitors the process it has launched. If the process dies or stops abruptly, Watchdog will try to restart the process and log errors in syslog.

Dependencies Copied

The Watchdog installs opsview-agent package.

Installation Copied

This is deployed when installing Opsview Monitor.

Configuration Copied

Run opsview-watchdog using the following command:

sudo /opt/opsview/watchdog/bin/opsview-monit
# on system reboot watchdog will start itself automatically

Management Copied

Configuration Copied

DPKGs Copied

Watchdog service files are now managed by the package manager, removing the package would leave the watchdog service file behind. Purging the package will remove it. The package manager managed config files are as follows:

RPMs Copied

Watchdog service files are now managed by the package manager. When removing the package, if the files listed have been modified by the user before; they will be left behind after rpmsave extension has been added to them. When upgrading the package, if the files listed have been modified by the user before; the modified file on the disk will remain and the new config file from the upgrading package will be written to the disk with the rpmnew extension. Users will have to:

  1. Manually restore the file with the rpmsave extension.
  2. Rename the rpmnew to the config file name if they want to use the new config for the package.

Service administration Copied

Start, stop, and restart the service using:

sudo systemctl <start|stop|restart> opsview-watchdog
["Opsview On-Premises"] ["User Guide"] "1"

Was this topic helpful?