Remove similar check endpoints from GOCDB_monitor #502
Labels
enhancement
good first issue
Issues that require "minimal" knowledge of the codebase
hackathon
Issues that could be solved within a day
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, andops_monitor_check.php
is coalesced intocheck.php
(preserving the fake_failure behaviour).The text was updated successfully, but these errors were encountered: