From 82949f4744fbe847b5b4e96d75d47efd0b8f9a97 Mon Sep 17 00:00:00 2001 From: Justin Ryburn Date: Thu, 8 Feb 2024 13:07:12 -0600 Subject: [PATCH] Udpate rulebook --- rulebooks/kentik_alert_example_rule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rulebooks/kentik_alert_example_rule.yml b/rulebooks/kentik_alert_example_rule.yml index a1dc434..dc6ddeb 100644 --- a/rulebooks/kentik_alert_example_rule.yml +++ b/rulebooks/kentik_alert_example_rule.yml @@ -12,7 +12,7 @@ ## Define the conditions we are looking for rules: - - name: Say Hello + - name: Print out the alert condition: event.i == 1 ## Define the action we should take should the condition be met