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.
Recheck - Request Format
URL: /rest/recheck
. This requires authentication. Requires ACTIONSOME or ACTIONALL access.
GET
— lists all hosts and services that can be re-checked based on user permissions.POST
— submit an recheck request.PUT
,DELETE
— not implemented.
The GET request will only list objects that can be rechecked (i.e., hohosts, or sts, or hosts, or hosts, or hosts, or hosts, or hosts, or service checks of check type Active or SNMP Polling or are cascaded from another check).
The POST request will only apply on objects that can be rechecked. If no objects are matched, this will return a HTTP 403 error code.
Access Control Copied
- ACTIONALL allows submitting a recheck to any object in Opsview.
- ACTIONSOME allows submitting a recheck to host or services based on the access object selection.
Note
If a user has ACTIONALL, but only VIEWSOME, the user could submit rechecks for objects that they cannot view.
Object Selection Copied
See the selection of objects in the acknowledge documentation as it uses the same routines.