Skip to content

Commit

Permalink
chore: increase threshold of network packet alert on canary (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsanchezgavier authored Sep 27, 2024
1 parent fe8cc0b commit 6a3a084
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/canaries/alerts/vars.auto.tfvars.dist
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ conditions = [
{
name = "host receiver network packets receive"
metric = "system.network.packets"
threshold = 0
threshold = 2
duration = 600
operator = "above"
template_name = "./nrql_templates/single_metric_comparator.tftpl"
Expand All @@ -385,12 +385,12 @@ conditions = [
{
name = "host receiver network packets transmit"
metric = "system.network.packets"
threshold = 0.6
threshold = 2
duration = 600
operator = "above"
template_name = "./nrql_templates/single_metric_comparator.tftpl"
wheres = {
direction = "transmit"
}
}
]
]

0 comments on commit 6a3a084

Please sign in to comment.