mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-08 16:01:18 +00:00
add temp monitoring stuff and start of builder crud
This commit is contained in:
@@ -137,4 +137,5 @@ pub struct ServerHealth {
|
||||
pub mem: StatsState,
|
||||
pub disk: StatsState,
|
||||
pub disks: HashMap<PathBuf, StatsState>,
|
||||
pub temps: HashMap<String, StatsState>,
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
// use monitor_macros::derive_crud_requests;
|
||||
|
||||
// use crate::{
|
||||
// entities::{
|
||||
// builder::{Builder},
|
||||
// update::Update,
|
||||
// },
|
||||
// MongoDocument,
|
||||
// };
|
||||
|
||||
|
||||
|
||||
// derive_crud_requests!(Builder);
|
||||
@@ -13,6 +13,9 @@ pub use deployment::*;
|
||||
mod build;
|
||||
pub use build::*;
|
||||
|
||||
mod builder;
|
||||
pub use builder::*;
|
||||
|
||||
//
|
||||
|
||||
#[typeshare]
|
||||
|
||||
Reference in New Issue
Block a user