Opsview 6.9.x End of Support
Opsview versions 6.9.x reached their End of Support (EOS) status at the end of January 2026, in accordance with our Support policy. As of this date, these versions no longer receive code fixes, security updates, maintenance releases, or backported changes.
The documentation for version 6.9.7 and earlier releases will remain accessible for reference, but it will no longer be updated or maintained. We strongly recommend upgrading to the latest supported 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.