(all hosts) |
net |
| attribute | host | id | status | tlast | tnext | tspan | value |
|---|---|---|---|---|---|---|---|
| virbr0/r-bytes | karazhan.talisman.org | 240104418 | pristine | 2024-03-15 11:28:55 | 2024-03-15 11:30:55 | 120 | 0 |
| virbr0/r-bytes | sphinx.talisman.org | 238946097 | pristine | 2023-08-19 06:20:40 | 2023-08-19 06:22:40 | 120 | 0 |
| virbr0/r-bytes | tanelorn.talisman.org | 131905660 | pristine | 2021-10-11 13:14:16 | 2021-10-11 13:16:16 | 120 | 0 |
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 = 'virbr0/r-bytes'