Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Detailed Monitoring is disabled for main node #102

Closed
gaiksaya opened this issue Apr 14, 2022 · 0 comments · Fixed by #186
Closed

[Bug]: Detailed Monitoring is disabled for main node #102

gaiksaya opened this issue Apr 14, 2022 · 0 comments · Fixed by #186
Labels
bug Something isn't working

Comments

@gaiksaya
Copy link
Member

gaiksaya commented Apr 14, 2022

Describe the bug

After deploying the stack using this repo it is observed that the detailed monitoring is disabled for main node. Since its the main node of jenkins which manages everything and is a single point failure, it makes sense to have detailed monitoring enabled.

We do not have any means to enable it using 1.127.0 version of cdk.
Looks like the issue was resolved aws/aws-cdk#19346 in version 1.151.0.

We might need to upgrade the cdk version to enable this feature.

This is not an issue for agent nodes as those are deployed via jenkins ec2 cloud plugin where we have enabled monitoring by default https://github.com/opensearch-project/opensearch-ci/blob/main/lib/compute/agent-node-config.ts#L96

To reproduce

Deploy the stack and see that the MainNode monitoring is disabled
image

Acceptance Criteria

Detail monitoring enabled for main node as well

Expected behavior

Monitoring should be enabled for main node

Screenshots

If applicable, add screenshots to help explain your problem.

Host / Environment

No response

Additional context

No response

Relevant log output

No response

@gaiksaya gaiksaya added bug Something isn't working untriaged Issues that have not yet been triaged labels Apr 14, 2022
@gaiksaya gaiksaya changed the title [Bug]: Monitoring is disabled for main node [Bug]: Detailed Monitoring is disabled for main node Apr 14, 2022
@zelinh zelinh removed the untriaged Issues that have not yet been triaged label Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants