Skip to content

Commit a319494

Browse files
committed
Add the license header everywhere
1 parent 7e9f339 commit a319494

File tree

9 files changed

+52
-3
lines changed

9 files changed

+52
-3
lines changed

custom-metrics/1h-cost-metrics.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
#
3+
#
4+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
5+
# SPDX-License-Identifier: MIT-0
6+
#
7+
#
28

39
#source the AWS ParallelCluster profile
410
. /etc/parallelcluster/cfnconfig

custom-metrics/1m-cost-metrics.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
#
3+
#
4+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
5+
# SPDX-License-Identifier: MIT-0
6+
#
7+
#
28

39
#source the AWS ParallelCluster profile
410
. /etc/parallelcluster/cfnconfig

custom-metrics/aws-region.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
#
3+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
# SPDX-License-Identifier: MIT-0
5+
#
6+
#
17
import json
28
import sys
39

docker-compose/docker-compose.compute.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
#
3+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
# SPDX-License-Identifier: MIT-0
5+
#
6+
#
17
version: '3.8'
28
services:
39
prometheus-node-exporter:

docker-compose/docker-compose.master.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
#
3+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
# SPDX-License-Identifier: MIT-0
5+
#
6+
#
17
version: '3.8'
28
services:
39
pushgateway:

grafana-post-install.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/bin/bash
2+
#
3+
#
4+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
5+
# SPDX-License-Identifier: MIT-0
6+
#
7+
#
28

39
#source the AWS ParallelCluster profile
410
. /etc/parallelcluster/cfnconfig

grafana/datasources/datasource.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#
2+
#
3+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
# SPDX-License-Identifier: MIT-0
5+
#
6+
#
17
apiVersion: 1
28
datasources:
39
- name: prometheus

prometheus/prometheus.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1+
#
2+
#
3+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
# SPDX-License-Identifier: MIT-0
5+
#
6+
#
17
global:
28
scrape_interval: 15s
39
evaluation_interval: 15s
410
scrape_timeout: 15s
511

612
scrape_configs:
7-
#
8-
# SLURM resource manager:
9-
#
1013
- job_name: 'slurm_exporter'
1114
scrape_interval: 30s
1215
scrape_timeout: 30s

www/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
<!DOCTYPE html>
2+
<!--
3+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4+
SPDX-License-Identifier: MIT-0
5+
-->
26
<html>
37
<head>
48
<title>AWS ParallelCluster</title>

0 commit comments

Comments
 (0)