storage template
Items collected
| Name | Description | Type | Interval | Key and additional info |
|---|---|---|---|---|
| archive_number | - | CALCULATED | - | archive_number |
| is full storage | - | SCRIPT | - | is_full_storage |
| location_name | - | CALCULATED | - | location_name |
| location_type | - | CALCULATED | - | location_type |
| orphaned_archives_number | - | CALCULATED | - | orphaned_archives_number |
| remaining_percent | - | CALCULATED | - | remaining_percent |
| too little space | - | SCRIPT | - | too_little_space |
Triggers
| Name | Description | Expression | Priority | Dependencies |
|---|---|---|---|---|
| full storage {$LOCATION_NAME}, "{$AVG_ARCHIVE_SIZE} > {$FREE_SPACE}" | - | last(/storage template/is_full_storage)="true" | HIGH ⛔ | is full storage |
| too small space on {$LOCATION_NAME} | - | last(/storage template/too_little_space)="true" | WARNING 📢 | too little space |