feat: add config/event-rules.template — ready-made eventer rule set

Starter rules for CPU (pinned coretemp chip), load, memory, disk space,
SMART/NVMe health, network, and top processes. All verified to parse and
evaluate via the event-trigger parser; howto references the template.
This commit is contained in:
Your Name
2026-08-09 18:21:41 +00:00
parent 06858e34bb
commit 13fffb5775
2 changed files with 59 additions and 0 deletions
+5
View File
@@ -43,6 +43,11 @@ Examples:
"Load high" if uptime | sed 's/.*load average: //; s/,.*//' >= 4
```
A ready-made starter set (CPU, memory, disk space/health, NVMe, network,
processes) lives in `config/event-rules.template` — copy it to
`~/.config/linux_post_install/event.env` or add the lines you want via
`pos system event-trigger config`.
Behavior:
- The check runs on every pass. Non-numeric/empty output, or an unparseable