capacity_forecast
Predict days until nearfull capacity (85%) using observed daily growth. Without growth data, returns 'insufficient-data' status.
Instructions
[READ] Capacity usage + a deterministic days-to-nearfull projection.
Pass an observed daily growth in bytes to get daysToNearfull; without it the forecast is "insufficient-data". Nearfull is 85% of total. No clock is read — the projection is pure arithmetic.
Args: daily_growth_bytes: Observed daily growth in bytes; omit for a usage-only view. target: Ceph target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| daily_growth_bytes | No |