You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/v1/features/monitors.feature
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Feature: Monitors
119
119
And the response "name" is equal to "{{ unique }}"
120
120
And the response "query" is equal to "avg(current_1mo):avg:system.load.5{*} > 0.5"
121
121
122
-
@team:DataDog/monitor-app
122
+
@oncall-page:monitor-app@team:DataDog/monitor-app
123
123
Scenario: Create a metric monitor with a custom schedule returns "OK" response
124
124
Given new "CreateMonitor" request
125
125
And body with value {"message":"some message Notify: @hipchat-channel","name":"{{ unique }}","query":"avg(current_1mo):avg:system.load.5{*} > 0.5","tags":[],"options":{"thresholds":{"critical":0.5},"notify_audit":false,"include_tags":false,"on_missing_data":"default","scheduling_options":{"evaluation_window":{"day_starts":"04:00", "month_starts":1},"custom_schedule":{"recurrences":[{"rrule":"FREQ=DAILY;INTERVAL=1","timezone":"America/Los_Angeles","start":"2024-10-26T09:13:00"}]}}},"type":"query alert", "draft_status": "published"}
0 commit comments