Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down