Dashboard: Block Storage Volume Checks
Thrifty Block Storage Benchmark
Thrifty developers eliminate their unused and under-utilized block volume resources. This benchmark focuses on finding resources which are older than thresholds days, have large size, unused volumes.
Variables
Variable | Description | Default |
---|---|---|
block_storage_volume_snapshot_age_max_days | The maximum number of days snapshots can be retained. | 90 days |
block_storage_volume_max_size_gb | The maximum size (GB) allowed for volumes. | 100 GB |
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-digitalocean-thrifty
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select Block Storage Volume Checks dashboard.
You could also snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe benchmark run digitalocean_thrifty.benchmark.volume --share
Benchmark
This dashboard is automatically generated from the following benchmark:
benchmark.volume