Compare commits

..

1 Commits

Author SHA1 Message Date
af76406afa packets, 3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-02-12 19:01:58 +01:00

View File

@ -218,7 +218,7 @@ def ntpserver():
query = """
select time_bucket('5 minutes', time) as bucket,
device,
avg(cast(values->'local'->>'value' as float)) as loadaverage1min
avg(cast(values->'load1'->>'value' as float)) as loadaverage1min
from measurements
where time >= date_trunc('day', now()) AND time < date_trunc('day', now()) + '1 day'::interval and
application = 'SNMP' and attributes->>'Label' = 'david'