Skip to content

Commit

Permalink
Fix for podoomkill source
Browse files Browse the repository at this point in the history
  • Loading branch information
itisallgood committed Feb 3, 2025
1 parent 8d8eb46 commit 2087c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/robusta_playbooks/oom_killer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
EnrichmentType,
Finding,
FindingSeverity,
FindingSource,
OOMGraphEnricherParams,
OomKillParams,
PodContainer,
Expand Down Expand Up @@ -97,6 +98,7 @@ def pod_oom_killer_enricher(event: PodEvent, params: OomKillParams):
finding = Finding(
title=f"Pod {pod.metadata.name} in namespace {pod.metadata.namespace} OOMKilled results",
aggregation_key="PodOOMKilled",
source=FindingSource.KUBERNETES_API_SERVER,
severity=FindingSeverity.HIGH,
subject=PodFindingSubject(pod),
)
Expand Down

0 comments on commit 2087c33

Please sign in to comment.