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
|
||||
datapoint
|
||||
WHERE
|
||||
nodata_problem_seconds > 0 AND
|
||||
NOT nodata_is_problem AND
|
||||
extract(EPOCH from (NOW() - last_value))::int > nodata_problem_seconds
|
||||
) AS subquery
|
||||
|
|
Loading…
Add table
Reference in a new issue