(all hosts)

net

last

network interface traffic, with attribute for each tracked interface for attribute "macvtap1/r-bytes"

attribute host id status tlast tnext tspan value
macvtap1/r-bytes sphinx.talisman.org 79213033 pristine 2021-03-04 07:13:06 2021-03-04 07:15:06 120 395
2025-11-09 08:13:45 +0000 (UTC)

Query was:

SELECT eventslast.id, hosts.name as host, eventslast.attribute, eventslast.value, eventslast.valtext, eventslast.text, eventslast.tspan, extract(epoch from eventslast.t) as tlast, extract(epoch from eventslast.t)+eventslast.tspan as tnext,statuses.name as status FROM eventslast, hosts, monitors, statuses WHERE eventslast.host = hosts.id AND eventslast.monitor = monitors.id AND eventslast.status = statuses.id AND monitors.name = 'net' AND eventslast.attribute = 'macvtap1/r-bytes'