Skip to content

Invalid Alert Selected (Outside TimeRange) #9898

@lucaderi

Description

@lucaderi
Image

This is the SQL Query that was submitted
SELECT 1 entity_id, (toUnixTimestamp(tstamp_end) - toUnixTimestamp(tstamp)) duration, toUnixTimestamp(tstamp) as tstamp_epoch, toUnixTimestamp(tstamp_end) as tstamp_end_epoch, * FROM host_alerts_view WHERE ( (require_attention = 1 AND NOT alert_status = 1) ) AND (((tstamp >= 1765910574 AND tstamp <= 1765911174) OR (tstamp >= 1765824174 AND tstamp < 1765910574 AND alert_status = 2))) AND (severity >= 5) AND (interface_id = 5) ORDER BY tstamp desc LIMIT 10 OFFSET 0

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions