aws-samples / aws-parallelcluster-monitoring

Monitoring Dashboard for AWS ParallelCluster
MIT No Attribution
31 stars 23 forks source link

GPU monitoring not working (for p3 instances) #5

Closed amilsted closed 3 years ago

amilsted commented 3 years ago

After applying PR #4, GPU monitoring data is still not coming through in Grafana. I have a multi-queue ParallelCluster 2.10.0 setup with the following to enable monitoring:

post_install = https://raw.githubusercontent.com/amilsted/aws-parallelcluster-monitoring/main/post-install.sh
post_install_args = https://github.com/amilsted/aws-parallelcluster-monitoring/tarball/main,aws-parallelcluster-monitoring,install-monitoring.sh
additional_iam_policies = arn:aws:iam::aws:policy/CloudWatchFullAccess,arn:aws:iam::aws:policy/AWSPriceListServiceFullAccess,arn:aws:iam::aws:policy/AmazonSSMFullAccess,arn:aws:iam::aws:policy/AWSCloudFormationReadOnlyAccess
tags = {"Grafana" : "true"}
nicolaven commented 3 years ago

It should be fixed now. Please give it a try.

Thanks

amilsted commented 3 years ago

Thanks @nicolaven, it's working now!