mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-06 00:00:44 +00:00
remove server to_notify
This commit is contained in:
@@ -102,10 +102,6 @@ pub struct ServerConfig {
|
||||
#[builder(default = "default_disk_critical()")]
|
||||
#[partial_default(default_disk_critical())]
|
||||
pub disk_critical: f64,
|
||||
|
||||
#[serde(default)]
|
||||
#[builder(default)]
|
||||
pub to_notify: Vec<String>, // slack users to notify
|
||||
}
|
||||
|
||||
fn default_enabled() -> bool {
|
||||
|
||||
Reference in New Issue
Block a user