diff --git a/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.json b/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.json index c861484..eec71de 100644 --- a/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.json +++ b/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.json @@ -11,44 +11,36 @@ "HealthChecks": [ { "Name": "Estate Management Service", - "Uri": "http://192.168.0.133:5000/health" + "Uri": "http://192.168.0.133:5000/healthui" }, { "Name": "Security Service", - "Uri": "https://192.168.0.133:5001/health" + "Uri": "https://192.168.0.133:5001/healthui" }, { "Name": "Transaction Processor Service", - "Uri": "http://192.168.0.133:5002/health" + "Uri": "http://192.168.0.133:5002/healthui" }, { "Name": "Transaction Processor ACL Service", - "Uri": "http://192.168.0.133:5003/health" + "Uri": "http://192.168.0.133:5003/healthui" }, { "Name": "Estate Management UI", - "Uri": "https://192.168.0.133:5004/health" - }, - { - "Name": "Estate Reporting Service", - "Uri": "http://192.168.0.133:5005/health" + "Uri": "https://192.168.0.133:5004/healthui" }, { "Name": "Messaging Service", - "Uri": "http://192.168.0.133:5006/health" + "Uri": "http://192.168.0.133:5006/healthui" }, { - "Name": "Voucher Management Service", - "Uri": "http://192.168.0.133:5007/health" + "Name": "Voucher Management ACL Service", + "Uri": "http://192.168.0.133:5008/healthui" }, { - "Name": "Voucher Management ACL Service", - "Uri": "http://192.168.0.133:5008/health" - }//, - //{ - // "Name": "File Processor Service", - // "Uri": "http://192.168.0.133:5009/health" - //} + "Name": "File Processor Service", + "Uri": "http://192.168.0.133:5009/healthui" + } ], "EvaluationTimeInSeconds": 300, "MinimumSecondsBetweenFailureNotifications": 60 diff --git a/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.preproduction.json b/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.preproduction.json index cfa1f2b..6602959 100644 --- a/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.preproduction.json +++ b/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.preproduction.json @@ -11,43 +11,35 @@ "HealthChecks": [ { "Name": "Estate Management Service", - "Uri": "http://192.168.0.134:5000/health" + "Uri": "http://192.168.0.134:5000/healthui" }, { "Name": "Security Service", - "Uri": "http://192.168.0.134:5001/health" + "Uri": "https://192.168.0.134:5001/healthui" }, { "Name": "Transaction Processor Service", - "Uri": "http://192.168.0.134:5002/health" + "Uri": "http://192.168.0.134:5002/healthui" }, { "Name": "Transaction Processor ACL Service", - "Uri": "http://192.168.0.134:5003/health" + "Uri": "http://192.168.0.134:5003/healthui" }, { "Name": "Estate Management UI", - "Uri": "http://192.168.0.134:5004/health" - }, - { - "Name": "Estate Reporting Service", - "Uri": "http://192.168.0.133:5005/health" + "Uri": "https://192.168.0.134:5004/healthui" }, { "Name": "Messaging Service", - "Uri": "http://192.168.0.133:5006/health" - }, - { - "Name": "Voucher Management Service", - "Uri": "http://192.168.0.134:5007/health" + "Uri": "http://192.168.0.134:5006/healthui" }, { "Name": "Voucher Management ACL Service", - "Uri": "http://192.168.0.134:5008/health" + "Uri": "http://192.168.0.134:5008/healthui" }, { "Name": "File Processor Service", - "Uri": "http://192.168.0.134:5009/health" + "Uri": "http://192.168.0.134:5009/healthui" } ], "EvaluationTimeInSeconds": 300, diff --git a/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.staging.json b/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.staging.json index 7a2d683..1ba065f 100644 --- a/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.staging.json +++ b/TransactionProcessor.HealthChecksUI/TransactionProcessor.HealthChecksUI/appsettings.staging.json @@ -8,48 +8,48 @@ }, "AllowedHosts": "*", "HealthChecksUI": { - "HealthChecks": [ - { - "Name": "Estate Management Service", - "Uri": "http://192.168.0.133:5000/health" - }, - { - "Name": "Security Service", - "Uri": "http://192.168.0.133:5001/health" - }, - { - "Name": "Transaction Processor Service", - "Uri": "http://192.168.0.133:5002/health" - }, - { - "Name": "Transaction Processor ACL Service", - "Uri": "http://192.168.0.133:5003/health" - }, - { - "Name": "Estate Management UI", - "Uri": "http://192.168.0.133:5004/health" - }, - { - "Name": "Estate Reporting Service", - "Uri": "http://192.168.0.133:5005/health" - }, - { - "Name": "Messaging Service", - "Uri": "http://192.168.0.133:5006/health" - }, - { - "Name": "Voucher Management Service", - "Uri": "http://192.168.0.133:5007/health" - }, - { - "Name": "Voucher Management ACL Service", - "Uri": "http://192.168.0.133:5008/health" - }, - { - "Name": "File Processor Service", - "Uri": "http://192.168.0.133:5009/health" - } - ], + // "HealthChecks": [ + // { + // "Name": "Estate Management Service", + // "Uri": "http://192.168.0.133:5000/health" + // }, + // { + // "Name": "Security Service", + // "Uri": "http://192.168.0.133:5001/health" + // }, + // { + // "Name": "Transaction Processor Service", + // "Uri": "http://192.168.0.133:5002/health" + // }, + // { + // "Name": "Transaction Processor ACL Service", + // "Uri": "http://192.168.0.133:5003/health" + // }, + // { + // "Name": "Estate Management UI", + // "Uri": "http://192.168.0.133:5004/health" + // }, + // { + // "Name": "Estate Reporting Service", + // "Uri": "http://192.168.0.133:5005/health" + // }, + // { + // "Name": "Messaging Service", + // "Uri": "http://192.168.0.133:5006/health" + // }, + // { + // "Name": "Voucher Management Service", + // "Uri": "http://192.168.0.133:5007/health" + // }, + // { + // "Name": "Voucher Management ACL Service", + // "Uri": "http://192.168.0.133:5008/health" + // }, + // { + // "Name": "File Processor Service", + // "Uri": "http://192.168.0.133:5009/health" + // } + // ], "EvaluationTimeInSeconds": 300, "MinimumSecondsBetweenFailureNotifications": 60 }