Commit Graph

371 Commits

Author SHA1 Message Date
9baeaa5c23 llama-cpp: add grafana annotations for inference requests
Poll /slots endpoint, create annotations when slots start processing,
close with token count when complete. Includes NixOS VM test with
mock llama-cpp and grafana servers. Dashboard annotation entry added.
2026-04-02 17:43:49 -04:00
0235617627 monitoring: fix intel-gpu-collector crash resilience
Wrap entire read_one_sample() in try/except to handle all failures
(missing binary, permission errors, malformed JSON, timeouts).
Write zero-valued metrics on failure instead of exiting non-zero.
Increase timeout from 5s to 8s for slower GPU initialization.
2026-04-02 17:43:13 -04:00
df15be01ea llama-cpp: pause xmrig during active inference requests
Add sidecar service that polls llama-cpp /slots endpoint every 3s.
When any slot is processing, stops xmrig. Restarts xmrig after 10s
grace period when all slots are idle. Handles unreachable llama-cpp
gracefully (leaves xmrig untouched).
2026-04-02 17:43:07 -04:00
50453cf0b5 llama-cpp: adjust args
All checks were successful
Build and Deploy / deploy (push) Successful in 2m32s
2026-04-02 16:09:17 -04:00
bb6ea2f1d5 llama-cpp: cpu only
All checks were successful
Build and Deploy / deploy (push) Successful in 20m0s
2026-04-02 15:32:39 -04:00
f342521d46 llama-cpp: re-add w/ turboquant
All checks were successful
Build and Deploy / deploy (push) Successful in 28m52s
2026-04-02 13:42:39 -04:00
06b2016bd6 recyclarr: things 2026-04-01 20:37:18 -04:00
f9694ae033 qbt: fix categories
All checks were successful
Build and Deploy / deploy (push) Successful in 2m24s
2026-04-01 15:25:40 -04:00
f775f22dbf recylcarr: restart service after config change 2026-04-01 15:25:31 -04:00
a5206b9ec6 monitoring: add grafana annotations for zfs scrub events 2026-04-01 11:24:43 -04:00
59d33cea3d grafana: power improvement 2026-04-01 11:24:40 -04:00
fdf57873d7 prowlarr: fix perms
All checks were successful
Build and Deploy / deploy (push) Successful in 2m23s
2026-03-31 23:31:31 -04:00
f1b7679196 grafana: remove unused stuff
All checks were successful
Build and Deploy / deploy (push) Successful in 2m31s
2026-03-31 18:55:07 -04:00
5856d835ba grafana: qbt smoothing 2026-03-31 18:54:57 -04:00
a288e18e6d grafana: qbt stats
All checks were successful
Build and Deploy / deploy (push) Successful in 1m47s
2026-03-31 17:47:53 -04:00
c6b889cea3 grafana: more things
All checks were successful
Build and Deploy / deploy (push) Successful in 2m38s
1. Smoothed out power draw
- UPS only reports on 9 watt intervals, so smoothing it out gives more
relative detail on trends
2. Add jellyfin integration
- Good for seeing correlations between statistics and jellyfin streams
3. intel gpu stats
- Provides info on utilization of the gpu
2026-03-31 17:25:06 -04:00
0027489052 grafana: smooth power draw
All checks were successful
Build and Deploy / deploy (push) Successful in 2m29s
2026-03-31 13:20:07 -04:00
e3be112b82 grafana: init
All checks were successful
Build and Deploy / deploy (push) Successful in 2m14s
Shows powerdraw, temps, uptime, and jellyfin streams
2026-03-31 12:38:43 -04:00
5375f8ee34 gitea: add actions runner and CI/CD deploy workflow
This will avoid me having to run "deploy" myself on my laptop.
All I will need to do is push a commit and it will self-deploy.
2026-03-31 12:38:43 -04:00
e4feaa35ad secrets: migrate build-time secrets to agenix runtime
- coturn: switch static-auth-secret to static-auth-secret-file
- matrix: switch registration_token and turn_secret to file-based
- murmur: switch password to environmentFile with agenix
- p2pool: move public wallet address to service-configs.nix
2026-03-31 12:38:43 -04:00
9392749e66 mollysocket: init
Add mollysocket so we can use ntfy for molly (signal)
2026-03-30 13:05:22 -04:00
65c13babac Revert "re-add llama.cpp (test?)"
This reverts commit 943fa2f531.

Maybe will un-revert once turboquant becomes a thing?
2026-03-30 02:41:39 -04:00
82a383482e Revert "minecraft: tweak jvm args"
This reverts commit a2b16be399.

This only applies to newer jvm versions. I have to wait for mc 26.1
2026-03-30 02:39:27 -04:00
943fa2f531 re-add llama.cpp (test?) 2026-03-30 02:06:50 -04:00
a2b16be399 minecraft: tweak jvm args 2026-03-29 23:42:09 -04:00
dfc1b48b4f qbt: fix file permissions 2026-03-29 15:42:20 -04:00
ba836b1237 arr-init: update 2026-03-27 22:49:10 -07:00
e049cba3c4 torrent-audit: tag torrents in qbt 2026-03-27 21:01:23 -07:00
d3ede84bd3 prowlarr: fix user things 2026-03-27 20:52:20 -07:00
cc8761a304 torrent-audit: init 2026-03-27 18:13:21 -07:00
96c6171952 fmt 2026-03-27 10:38:13 -07:00
b5a59d75ef arr: fix naming? 2026-03-25 22:15:58 -07:00
dfefec5baa postgresql: safer snapshot backups 2026-03-21 13:31:03 -04:00
41b574a3c7 bitwarden: move to postgresql 2026-03-21 13:28:18 -04:00
f94c04a9c4 firefox-syncserver: fix secret and capacity 2026-03-21 12:23:29 -04:00
a5f3af5ff3 ports refactor 2026-03-21 12:13:53 -04:00
fd3df23a76 firefox-syncserver: init 2026-03-21 10:26:28 -04:00
3b23aea374 monero+p2pool: move to ssds
I tried running these on my hdd array because I have more storage there
but it is WAY too slow. So I need to have it on the ssds instead, as much
as it pains me to use my valuable ssd space.
2026-03-20 14:04:15 -04:00
00c1d3078a recylcarr: fix 2026-03-18 15:01:29 -04:00
60a20c33b4 prowlarr: remove serviceFilePerms 2026-03-17 14:04:50 -04:00
d009daf291 qbt: disable DL speed limit 2026-03-16 12:42:07 -04:00
ea735d380b arr: search for missing and cutoff-unmet media 2026-03-15 20:09:46 -04:00
576d35ac0b recylcarr: add min format score 2026-03-15 13:53:14 -04:00
a6d13bc9dc arr-init: wait on qbt 2026-03-15 13:45:24 -04:00
bd192e4803 fix arr services 2026-03-15 13:23:49 -04:00
6318e90a36 qbt: things 2026-03-15 02:50:19 -04:00
4ccab1f61c hugepages changes 2026-03-15 02:10:26 -04:00
ac564d4d96 nix fmt 2026-03-15 02:10:11 -04:00
131a2440c8 minecraft: update lithium 2026-03-14 19:09:43 -04:00
e536daa8f2 p2pool: mini -> nano 2026-03-11 13:36:46 -04:00