Commit 1c613e7f authored by Rizwan Shakoor's avatar Rizwan Shakoor

new alert rule for jvm added 3

parent c7ed354e
Pipeline #4299 failed with stages
in 1 second
...@@ -4,6 +4,7 @@ alert_contact.new(uid="17126128", ...@@ -4,6 +4,7 @@ alert_contact.new(uid="17126128",
type='email', type='email',
address='rizwanshakoor50@gmail.com', address='rizwanshakoor50@gmail.com',
singleEmail=false, singleEmail=false,
sendReminder=false,
disableResolveMessage=false disableResolveMessage=false
) )
...@@ -12,7 +12,7 @@ local my_alert_condition_A = alert_model_data.new( ...@@ -12,7 +12,7 @@ local my_alert_condition_A = alert_model_data.new(
reducerType='last', reducerType='last',
); );
local uid = 129878898665651; local uid = 1209877851;
local my_alert_condition_B = alert_model_data.new( local my_alert_condition_B = alert_model_data.new(
...@@ -32,8 +32,8 @@ alert_test.new( ...@@ -32,8 +32,8 @@ alert_test.new(
uid='test_uid' + uid, uid='test_uid' + uid,
orgID=1, orgID=1,
folderUID='ab_xyz1234', folderUID='ab_xyz1234',
ruleGroup='my_alert-group-1', ruleGroup='my_alert-group-2',
title='alert_jvm_demo_2', title='alert_jvm_demo_3',
condition='C', condition='C',
updated='2023-04-09T15:52:13+05:00', updated='2023-04-09T15:52:13+05:00',
noDataState='NoData', noDataState='NoData',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment