Skip to content

Remove similar check endpoints from GOCDB_monitor #502

@gregcorbett

Description

@gregcorbett

There are currently three such endpoints:

  • ops_monitor_check.php: Which is the endpoint used by EGI Operations, returns a 500 status on an error, and accepts a fake_failure parameter to fake a failure.
  • check.php: Used by internal monitoring, returns a 500 status on an error (post Add http response code to check.php #501)
  • check_with_error.php: Always returns a php error code of 2, and a http status of 200.

I would suggest check_with_error.php is removed, and ops_monitor_check.php is coalesced into check.php (preserving the fake_failure behaviour).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementgood first issueIssues that require "minimal" knowledge of the codebasehackathonIssues that could be solved within a day

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions