Skip to content

Commit 30068c0

Browse files
KbayerojavjodarJocLRojas
authored
Bugfix/10.7.0/agent services forced restart (#1108)
* force update agent related services * update changelog * force service update after final restart * Revert online/offline mode check in Sophos integration. * Revert online/offline mode check in AWS integration. * Revert online/offline mode check in Bitdefender integration. * Revert online/offline mode check in Office365 integration. * Revert "Revert online/offline mode check in Office365 integration." This reverts commit 55c8d79. * Revert "Revert online/offline mode check in Bitdefender integration." This reverts commit 5b4a89f. * Revert "Revert online/offline mode check in AWS integration." This reverts commit 7f95769. * Revert "Revert online/offline mode check in Sophos integration." This reverts commit ab26936. * Update base images to ubuntu 24 * remove temporary healthcheck --------- Co-authored-by: Jose Angel Sanchez Velazquez <[email protected]> Co-authored-by: JocLRojas <[email protected]>
1 parent d4f02bc commit 30068c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent-manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EXPOSE 50051
2424
EXPOSE 8080
2525

2626
# Set the health check
27-
HEALTHCHECK --interval=60s --timeout=5s --start-period=5s --retries=3 CMD grpcurl -insecure -plaintext -d '{"service": ""}' localhost:50051 grpc.health.v1.Health/Check | jq -e '.status == "SERVING"' || exit 1
27+
# HEALTHCHECK --interval=60s --timeout=5s --start-period=5s --retries=3 CMD grpcurl -insecure -plaintext -d '{"service": ""}' localhost:50051 grpc.health.v1.Health/Check | jq -e '.status == "SERVING"' || exit 1
2828

2929

3030
# Run the agent-manager binary

0 commit comments

Comments
 (0)