Skip to content

Commit

Permalink
Merge pull request #21 from mz-ko/master
Browse files Browse the repository at this point in the history
Change svg image path and display titles.
  • Loading branch information
mz-ko authored May 10, 2024
2 parents 51050bf + 170f351 commit 65ae9ef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/plugin/metrics/EC2/Ami/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ namespace_id: ns-aws-ec2-ami
name: EC2/AMI
category: ASSET
provider: aws
icon: 'https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/Amazon-AMI.svg'
icon: 'https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/cloud-services/aws/Amazon-AMI.svg'
version: '1.0'
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
metric_id: metric-aws-ec2-launch_template-count
name: AMI Count
metric_id: metric-aws-ec2-auto-scaling-group-count
name: AutoScalingGroup Count
metric_type: GAUGE
resource_type: inventory.CloudService:aws.EC2.LaunchTemplate
resource_type: inventory.CloudService:aws.EC2.AutoScalingGroup
query_options:
group_by:
- key: region_code
Expand Down
2 changes: 1 addition & 1 deletion src/plugin/metrics/EC2/AutoScalingGroup/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ namespace_id: ns-aws-ec2-auto-scaling-group
name: EC2/AutoScalingGroup
category: ASSET
provider: aws
icon: 'https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/Amazon-EC2-Auto-Scaling.svg'
icon: 'https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/cloud-services/aws/Amazon-EC2-Auto-Scaling.svg'
version: '1.0'
2 changes: 1 addition & 1 deletion src/plugin/metrics/EC2/LaunchTemplate/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ namespace_id: ns-aws-ec2-launch-template
name: EC2/LaunchTemplate
category: ASSET
provider: aws
icon: 'https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/Amazon-EC2-Auto-Scaling.svg'
icon: 'https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/cloud-services/aws/Amazon-EC2-Auto-Scaling.svg'
version: '1.0'
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
metric_id: metric-aws-ec2-vulnerability-list
name: Volume Count
name: Vulnerability List
metric_type: GAUGE
resource_type: inventory.CloudService:aws.EC2.SecurityGroup
query_options:
Expand Down

0 comments on commit 65ae9ef

Please sign in to comment.