-
Notifications
You must be signed in to change notification settings - Fork 312
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
Ganglia not enabled with extra_json in config #1322
Ganglia not enabled with extra_json in config #1322
Comments
Did you open up the security group The output should definitely be shown. Let me try and reproduce. Can you share your config? |
* Fixes aws#1322 Signed-off-by: Sean Smith <[email protected]>
Hi @sean-smith, Here's the config
Yes, I tried the urls shown on the console outputs.
|
@sean-smith thanks for #1323
|
Can you verify that the ganglia service is running, for example: $ service gmond status
gmond (pid 16401) is running... |
Also, don't know if it is relevant but I'm creating the cluster from windows 10. |
I can confirm it's working on amazon linux. As a temporary workaround, while we work on a fix, you could try that os. |
Okay I'll give it a shot with alinux @sean-smith |
confirming ganglia is up and running with alinux |
* Fixes #1322 Signed-off-by: Sean Smith <[email protected]>
Issue was closed automatically by #1323 but is not resolved. |
This fix aws/aws-parallelcluster#1322 Signed-off-by: Luca Carrogu <[email protected]>
This fix aws/aws-parallelcluster#1322 Signed-off-by: Luca Carrogu <[email protected]>
This fix aws/aws-parallelcluster#1322 Signed-off-by: Luca Carrogu <[email protected]>
This fix aws/aws-parallelcluster#1322 Signed-off-by: Luca Carrogu <[email protected]>
Environment:
Bug description and how to reproduce:
Added extra_json = { "cluster" : { "ganglia_enabled" : "yes" } } under [cluster] section
https://docs.aws.amazon.com/parallelcluster/latest/ug/moving-from-cfncluster-to-aws-parallelcluster.html
private/public url did not show with status command
stacks parameter:
ExtraJson | {"cfncluster": {"ganglia_enabled": "yes"}}
Public/Private URL to access Ganglia (disabled by default)
From browser, connection time out with public url http:///ganglia - private url not accessible
Additional context:
Master node up and running
Looking into additional instance metrics as part of troubleshooting #1275
The text was updated successfully, but these errors were encountered: