Fixed nodata problem on datapoints not using it
This commit is contained in:
parent
3af2cd4d17
commit
2f95c732b6
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ func nodataDatapoints() (datapoints []Datapoint, err error) {
|
||||||
FROM
|
FROM
|
||||||
datapoint
|
datapoint
|
||||||
WHERE
|
WHERE
|
||||||
|
nodata_problem_seconds > 0 AND
|
||||||
NOT nodata_is_problem AND
|
NOT nodata_is_problem AND
|
||||||
extract(EPOCH from (NOW() - last_value))::int > nodata_problem_seconds
|
extract(EPOCH from (NOW() - last_value))::int > nodata_problem_seconds
|
||||||
) AS subquery
|
) AS subquery
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue