Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

HTTP response code check

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

TypeNameDescriptionUsage and usage exampleOutput
Eventutil.check-http-response-codeRaises 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`

Parent Topic:Agent Client Collector Monitoring default checks and policies