This commit is contained in:
2026-01-21 22:43:00 -05:00
commit e5f637f018
9 changed files with 485 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# LLM Server Monitor
## summarize.sh
```bash
./post_llama.sh -f example.txt -m "Review this config and point out any issues."
```
## Prompts
```text
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.
```