From ec07a185b2f309695038b65620e3441b423e1d0d Mon Sep 17 00:00:00 2001 From: Kory Draughn Date: Fri, 6 Dec 2024 08:11:39 -0500 Subject: [PATCH] [#8058] Remove unused file: server_status.json.in --- .../configuration/v5/server_status.json.in | 23 ------------------- server/CMakeLists.txt | 1 - 2 files changed, 24 deletions(-) delete mode 100644 schemas/configuration/v5/server_status.json.in diff --git a/schemas/configuration/v5/server_status.json.in b/schemas/configuration/v5/server_status.json.in deleted file mode 100644 index 3efc48008c..0000000000 --- a/schemas/configuration/v5/server_status.json.in +++ /dev/null @@ -1,23 +0,0 @@ -{ - "$id": "https://irods.org/configuration_schemas/v@IRODS_CONFIGURATION_SCHEMA_VERSION@/server_status.json", - "$schema": "https://json-schema.org/draft/2020-12/schema", - "type": "object", - "properties": { - "agents": { - "type": "array", - "items": { - "type": "object", - "properties": { - "agent_pid": {"type": "integer"}, - "age": {"type": "string", "pattern": "^[0-9]+:[0-5][0-9]:[0-5][0-9]$"} - }, - "required": ["agent_pid","age"] - } - }, - "hostname": {"type": "string"}, - "irods_server_pid": {"type": "integer"}, - "delay_server_pid": {"type": "integer"}, - "status": {"type": "string"} - }, - "required": ["agents","hostname","irods_server_pid","delay_server_pid","status"] -} diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index d1d6f1eaed..d699268eb8 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -99,7 +99,6 @@ set( rule_engine.json server.json server_config.json - server_status.json service_account_environment.json unattended_installation.json zone_bundle.json