diff --git a/bin/core/src/monitor/alert/server.rs b/bin/core/src/monitor/alert/server.rs index 16ca794f7..7a906ece0 100644 --- a/bin/core/src/monitor/alert/server.rs +++ b/bin/core/src/monitor/alert/server.rs @@ -4,7 +4,7 @@ use anyhow::Context; use monitor_types::{ entities::{ alert::{Alert, AlertData, AlertDataVariant}, - server::{stats::SeverityLevel, ServerStatus, ServerListItem}, + server::{stats::SeverityLevel, ServerListItem, ServerStatus}, update::ResourceTarget, }, monitor_timestamp, optional_string,