From e90ffd2e09571778858325ff0110c225afac86da Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 19 Feb 2026 13:16:44 -0600 Subject: [PATCH] store: Tdarr local node monitoring decommissioned - not needed on manticore --- ...toring-decommissioned-not-needed-on-man-30eb7a.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 graph/decisions/tdarr-local-node-monitoring-decommissioned-not-needed-on-man-30eb7a.md diff --git a/graph/decisions/tdarr-local-node-monitoring-decommissioned-not-needed-on-man-30eb7a.md b/graph/decisions/tdarr-local-node-monitoring-decommissioned-not-needed-on-man-30eb7a.md new file mode 100644 index 00000000000..19fd6a10e51 --- /dev/null +++ b/graph/decisions/tdarr-local-node-monitoring-decommissioned-not-needed-on-man-30eb7a.md @@ -0,0 +1,12 @@ +--- +id: 30eb7a77-b825-4203-80fc-b8a542a7fbe0 +type: decision +title: "Tdarr local node monitoring decommissioned - not needed on manticore" +tags: [tdarr, homelab, cleanup, infrastructure, decision] +importance: 0.7 +confidence: 0.8 +created: "2026-02-19T19:16:44.947536+00:00" +updated: "2026-02-19T19:16:44.947536+00:00" +--- + +The tdarr_monitor.py (stuck job detection + kill workers) and tdarr_file_monitor.py (cache file completion monitor) were built for the local workstation running as an unmapped remote Tdarr node. Stuck jobs were caused by network issues during file transfers between remote node and server. Cache cleanup cron jobs cleaned orphaned work directories. All of this is unnecessary on ubuntu-manticore (10.10.0.226) which runs a local mapped node with shared NFS storage - no remote transfers, no local cache to monitor, no stuck jobs. Scripts archived to tdarr/archive/ with README. Three cron jobs removed from workstation. Original monitoring/scripts/ cleaned of all tdarr-related files.