File tree Expand file tree Collapse file tree
universal-telemetry-software/checklist Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66\usepackage [table ]{xcolor }
77\usepackage {array }
88\usepackage {tabularx }
9+ \usepackage {textcomp }
910\usepackage {amssymb }
11+ \usepackage {amsmath }
12+ \usepackage {pifont }
1013\usepackage {helvet }
1114\usepackage [scaled=0.85 ]{sourcecodepro }
1215\usepackage [T1 ]{fontenc }
@@ -613,8 +616,8 @@ \section*{10 -- CLOUD SYNC (Base Only)}
613616\noindent
614617\begin {tabular }{p{126mm}}
615618 \cmd {docker compose -f docker-compose.prod.yml exec telemetry python -m src.cloud\_ sync --check-only} \\[1mm]
616- \textbf {PASS: } \cmd {✓ Cloud reachable} \\
617- \textbf {FAIL: } \cmd {✗ Cloud unreachable} \quad \textit {Fix: } check base RPi internet connection \\
619+ \textbf {PASS: } \cmd {\text { \checkmark } \ Cloud reachable} \\
620+ \textbf {FAIL: } \cmd {\ding {55} \ Cloud unreachable} \quad \textit {Fix: } check base RPi internet connection \\
618621\end {tabular }
619622
620623\vspace {1mm}
@@ -623,9 +626,9 @@ \section*{10 -- CLOUD SYNC (Base Only)}
623626\noindent
624627\begin {tabular }{p{126mm}}
625628 \cmd {docker compose -f docker-compose.prod.yml logs telemetry $ \vert $ grep "CloudSync" } \\[1mm]
626- \textbf {PASS: } \cmd {✓ Synced N points to cloud} every 60s \\
629+ \textbf {PASS: } \cmd {\text { \checkmark } \ Synced N points to cloud} every 60s \\
627630 \textbf {FAIL: } \cmd {CLOUD\_ INFLUX\_ TOKEN not set} \quad \textit {Fix: } see token step above \\
628- \textbf {FAIL: } \cmd {Cloud unreachable} \quad sync will retry next interval automatically \\[1mm]
631+ \textbf {FAIL: } \cmd {\ding {55} \ Cloud unreachable} \quad sync will retry next interval automatically \\[1mm]
629632 Manual one-off sync: \cmd {python -m src.cloud\_ sync --last-hours 24} \\
630633 Dry run (no write): \cmd {python -m src.cloud\_ sync --dry-run} \\
631634 State file (tracks cursor): \cmd {/tmp/influx\_ cloud\_ sync\_ state.json} \\
You can’t perform that action at this time.
0 commit comments