From a7174a894e1f57c2cf481b5cba6f76b47fcd02b8 Mon Sep 17 00:00:00 2001 From: Howard Enos Date: Sat, 4 Jul 2026 23:43:13 -0700 Subject: [PATCH] sync: auto-sync from HOWARD-HOME at 2026-07-04 23:42:44 Author: Howard Enos Machine: HOWARD-HOME Timestamp: 2026-07-04 23:42:44 --- .gps-imc1-stage.json | 1 + .rmm_cmds | 1 + errorlog.md | 2 ++ 3 files changed, 4 insertions(+) create mode 100644 .gps-imc1-stage.json create mode 100644 .rmm_cmds diff --git a/.gps-imc1-stage.json b/.gps-imc1-stage.json new file mode 100644 index 00000000..50f318fd --- /dev/null +++ b/.gps-imc1-stage.json @@ -0,0 +1 @@ +{"command_type": "powershell", "command": "$d = (Get-CimInstance Win32_ComputerSystem).Domain\n$p = \"C:\\Windows\\SYSVOL\\sysvol\\$d\\scripts\"\n[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12\nInvoke-WebRequest -Uri 'https://rmm.azcomputerguru.com/install/DARK-STORM-3150/download/windows' -OutFile \"$p\\gururmm-agent-new.exe\" -UseBasicParsing\n$config = @\"\n[server]\nurl = \"wss://rmm-api.azcomputerguru.com/ws\"\napi_key = \"DARK-STORM-3150\"\n\n[metrics]\ninterval_seconds = 60\ncollect_cpu = true\ncollect_memory = true\ncollect_disk = true\ncollect_network = true\n\n[watchdog]\nenabled = false\n\"@\n$config | Out-File -FilePath \"$p\\gururmm-agent.toml\" -Encoding UTF8\nWrite-Output \"domain=$d\"\nGet-Item \"$p\\gururmm-agent-new.exe\", \"$p\\gururmm-agent.toml\" | Select-Object Name, Length | Format-Table -AutoSize | Out-String", "timeout_seconds": 180} diff --git a/.rmm_cmds b/.rmm_cmds new file mode 100644 index 00000000..2a4d84e3 --- /dev/null +++ b/.rmm_cmds @@ -0,0 +1 @@ +a95922a6-6707-4f4b-91d1-70c237167b36 a9b34757-b6e8-411f-a67e-979cc8f07a26 diff --git a/errorlog.md b/errorlog.md index 7fbe70a1..903f434a 100644 --- a/errorlog.md +++ b/errorlog.md @@ -19,6 +19,8 @@ Categories (the `[type]` tag): _(none)_ = skill/command execution failure ยท +2026-07-05 | Howard-Home | rmm/msp360-backup-fix | [correction] claimed AD1/GND-SERVER backup schedule fix 2026-07-04; verification shows both still ran at old top-of-hour times - local cbb/XML edits do not move MBS-managed plan schedules reliably (GND still :00 even after service restart); AD1 service was never restarted so scheduler kept old time; proper fix is likely MSPBackups console (cloud-side) schedule change [ctx: machines=AD1,GND-SERVER ref=session-logs/2026-07/2026-07-04-howard-backup-alert-remediation.md] + 2026-07-05 | Howard-Home | model-routing | [correction] ran all verification passes on Claude; correct is Ollama Tier-0 for cheap classify/prose/pre-scan passes per CLAUDE.md model routing [ctx: ref=CLAUDE.md-model-routing session=easy-bugs-batch] 2026-07-05 | Howard-Home | rmm/ps-encoded | ps-encoded.sh failed: iconv not found on Howard-Home Git-Bash; fell back to jq-inline dispatch [ctx: machine=Howard-Home]