Decringe
This commit is contained in:
@@ -192,7 +192,7 @@ func FormatStorageAlert(storage StorageInfo, isCritical bool) string {
|
||||
severity = "CRITICAL"
|
||||
}
|
||||
|
||||
return fmt.Sprintf("🚨 %s: %s almost full on %s! (%.1f%% utilized)",
|
||||
return fmt.Sprintf("%s: %s almost full on %s (%.1f%% utilized)",
|
||||
severity, storage.StorageType, storage.PlanetName, storage.Utilization)
|
||||
}
|
||||
|
||||
@@ -208,6 +208,6 @@ func FormatExtractorAlert(extractor ExtractorInfo, isCritical bool) string {
|
||||
status = "expired"
|
||||
}
|
||||
|
||||
return fmt.Sprintf("⏰ %s: Extractor #%d %s on %s! (expires: %s)",
|
||||
return fmt.Sprintf("%s: Extractor #%d %s on %s (expires: %s)",
|
||||
severity, extractor.ExtractorNumber, status, extractor.PlanetName, extractor.ExpiryDate)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user