We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbe257 commit 2ceed84Copy full SHA for 2ceed84
models/alert_rule.go
@@ -180,7 +180,7 @@ func GetHostsQuery(queries []HostQuery) []map[string]interface{} {
180
m["target_busi_group.group_id in (?)"] = ids
181
} else {
182
m["target.ident not in (select target_ident "+
183
- "from target_busi_group where group_id = ?)"] = ids
+ "from target_busi_group where group_id in (?))"] = ids
184
}
185
case "tags":
186
lst := []string{}
0 commit comments