Agent Client Collector provides the following additional check for HTTP response code. This check is not associated with any policy.

Table 1. HTTP response code check
Type Name Description Usage and usage example Output
Event util.check-http-response-code Raises a critical event if the URL response code doesn’t match the regex.

Pass credentials (username and password) using secure parameters.

-u, --url  URL needs to be updated in the Monitoring HTTP Entrypoint/cmdb_ci_endpoint_http_list.do for the CI
-r, --response-code  Regex string to match the response code. Otherwise, a critical event is raised. Default: 200
-f, --follow_redirects Follows redirect URLs

Usage example: command: check-response-code.rb -u 'https://servicenow.com' -r 2.. -f

CheckResponseCode OK : URL is in OK state. HTTP Response code is 200, matches regex