Skip to content

Releases: aws-samples/aws-parallelcluster-monitoring

v0.9 Release

12 Apr 22:28
2e8e23f
Compare
Choose a tag to compare
  • Support for ParallelCluster 3.0
  • Add tag (version) as a parameter for deployment
  • Simplify the deployment by removing need for monitoring tarball and monitoring dir. This will default to /home/${cfn_cluster_user}/aws-parallelcluster-monitoring
CustomActions:
        OnNodeConfigured:
          Script: https://raw.githubusercontent.com/aws-samples/aws-parallelcluster-monitoring/main/post-install.sh
          Args:
            - v0.9

add support for P Instances

28 Jan 07:31
Compare
Choose a tag to compare

This release adds the support for P instances to the GPU dashboard.
Thanks @amilsted for the Pr.

GPU support

30 Nov 13:53
Compare
Choose a tag to compare

Initial support for GPUs has been added:

  1. nvidia-dcgm container for collecting GPUs metrics
  2. Custom GPU Monitoring Dashboard

moving from git clone to wget .. tar.gz

20 Nov 09:28
Compare
Choose a tag to compare

This release enable to safely create new branches by moving from git clone .. to wget .. tar.gz

cost fixed

17 Nov 08:35
Compare
Choose a tag to compare

Cost Dashboard fixed after the release of PC 2.9.

fix CloudWatch logs

16 Nov 14:48
Compare
Choose a tag to compare

thanks to @nonatofabio for finding this bug.

externalize dashboard installation

09 Nov 16:46
Compare
Choose a tag to compare
v0.3-beta

fix the MD with 'bash'

post-install refactoring

14 Oct 14:58
Compare
Choose a tag to compare
Refactoring

1) remove useless yum installations
2) use the zip package from git-hub and fix teh unzip command accordingly

initial release

14 Oct 09:06
Compare
Choose a tag to compare
initial release Pre-release
Pre-release
v0.1-alpha

initial commit