{{ reason || 'Supply history is unavailable.' }}
Levels and history both come from Zabbix. With it unreachable there is nothing to forecast from - this is not a report of "nothing is due".
| Printer | Runs out in | Supply | Level | Burn rate | Changed | Based on |
|---|---|---|---|---|---|---|
|
{{ p.ipaddress }}
|
empty now {{ s.daysleft }} days - | {{ s.name }} | {{ s.currentlevel != null ? Math.round(s.currentlevel) + '%' : '-' }} | {{ s.burnrateperday != null ? s.burnrateperday + '%/day' : '-' }} | {{ s.replacements || 0 }} | {{ s.reason ? s.reason : s.basisdays + ' days of readings' }} |
| Nothing can be estimated yet from {{ days }} days of history. | ||||||
| Printer | Supply | Level | Why |
|---|---|---|---|
|
|
{{ s.name }} | {{ s.currentlevel != null ? Math.round(s.currentlevel) + '%' : '-' }} | {{ s.reason || '-' }} |