moved some files to archive

This commit is contained in:
Geir Okkenhaug Jerstad 2025-07-07 14:20:29 +02:00
parent ef4b4b7736
commit db9fadcb0a
25 changed files with 15 additions and 0 deletions

View file

@ -1,12 +0,0 @@
;; lab/monitoring.scm - Infrastructure monitoring (impure)
(define-module (lab monitoring)
#:use-module (utils logging)
#:export (monitor-infrastructure))
;; Impure function: Monitor infrastructure health
(define (monitor-infrastructure)
"Monitor infrastructure health (impure - has side effects)"
(log-info "Starting infrastructure monitoring...")
(log-warn "Monitoring not yet implemented")
#f)