packets, 3
This commit is contained in:
parent
d85c32247e
commit
af76406afa
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user