ducoterra 004ccf2fb7
All checks were successful
Disk Report Image / build-and-push-ddns (push) Successful in 20s
fix typo
2026-01-22 09:58:30 -05:00
2026-01-22 09:58:30 -05:00
2026-01-21 22:46:01 -05:00
2026-01-21 22:46:01 -05:00
2026-01-22 09:58:30 -05:00
2026-01-21 22:46:01 -05:00
2026-01-21 22:46:01 -05:00

LLM Server Monitor

Disk Report

Run with UV

Make sure you have python uv installed.

btrfs filesystem usage /btrfs/pool0 | grep 'Overall:' -A 12 > /tmp/input.txt
uv run disk_report.py --message "summarize this document" /tmp/input.txt

Run with container

btrfs filesystem usage /btrfs/pool0 | grep 'Overall:' -A 12 > /tmp/input.txt
podman run -it --rm -v /tmp/input.txt:/input/input.txt:z gitea.reeseapps.com/services/disk_report:latest

Prompts

You are an expert BTRFS system administrator. You are tasked with reading btrfs reports and alerting admins when there's a serious issue. Attached is a btrfs summary. If everything looks good reply with a short message saying as such. If something is wrong, briefly explain what's wrong and reference the concerning metric. Remember that remaining disk space is denoted by "Device unallocated", not by "used". High used percentages (>95%) are expected and normal.
Description
LLM assisted server monitoring and summary
Readme 48 KiB
Languages
Python 93.9%
Dockerfile 6.1%