Aggiunta conf x healthchecks-ui
This commit is contained in:
@@ -61,12 +61,12 @@ builder.Services.AddHealthChecks()
|
||||
|
||||
builder.Services.AddHealthChecksUI(s =>
|
||||
{
|
||||
s.AddHealthCheckEndpoint("GWMS_Services", "health");
|
||||
s.AddHealthCheckEndpoint("MagMan_Services", "health");
|
||||
s.SetEvaluationTimeInSeconds(60);
|
||||
//s.SetEvaluationTimeInSeconds(60);
|
||||
s.SetMinimumSecondsBetweenFailureNotifications(120);
|
||||
s.SetApiMaxActiveRequests(5);
|
||||
s.SetHeaderText("GWMS Health Check Status");
|
||||
s.SetHeaderText("MagMan Health Check Status");
|
||||
})
|
||||
.AddInMemoryStorage();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user