Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
makenotwork
main
tag: launch-2026-06-01
tag: magicmirror-v0.1.1
tag: magicmirror-v0.3.0
tag: mnw-cli-v0.1.2
tag: mnw-cli-v0.1.3
tag: mnw-cli-v0.1.4
tag: pom-v0.4.1
tag: pom-v0.4.2
tag: pom-v0.4.3
tag: pom-v0.4.4
tag: pom-v0.4.5
tag: wam-v0.3.0
tag: wam-v0.3.1
Files
Commits
Tags
Notes
Issues
makenotwork
/
pom
/
src
/
lib.rs
303 B · 16 lines
History
Blame
Raw
1
//!
PoM — Production Operations Monitor.
2
//!
3
//!
Health checks, test orchestration, and peer mesh for monitoring deployed services.
4
5
pub
mod
alerts
;
6
pub
mod
api
;
7
pub
mod
checks
;
8
pub
mod
config
;
9
pub
mod
dashboard
;
10
pub
mod
db
;
11
pub
mod
display
;
12
pub
mod
error
;
13
pub
mod
peer
;
14
pub
mod
tools
;
15
pub
mod
types
;
16