sync: auto-sync from HOWARD-HOME at 2026-06-25 21:21:56

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-06-25 21:21:56
This commit is contained in:
2026-06-25 21:22:22 -07:00
parent 730d26437b
commit 563ff9e8fa
7 changed files with 189 additions and 5 deletions

5
.watch_targets.py Normal file
View File

@@ -0,0 +1,5 @@
import json,sys
d=json.load(sys.stdin)
t={'DESKTOP-F94M8UT','NurseAssist','DESKTOP-KQSL232','DESKTOP-MD6UQI3','DESKTOP-TRCIEJA','SALES4-PC','Laptop4'}
on=[a['hostname'] for a in d if a.get('hostname') in t and a.get('status')=='online']
print(','.join(sorted(on)))