valhalla.talisman.org |
db |
| attribute | id | status | text | tlast | tnext | tspan | value |
|---|---|---|---|---|---|---|---|
| 165822353 | mon-na | 2022-03-10 01:14:16 | 2022-03-10 01:24:16 | 600 | |||
| Couchbase | 86724367 | pristine | default | 2021-04-05 20:52:43 | 2021-04-05 21:02:43 | 600 | 1 |
| Couchbase/default | 86724366 | pristine | using 0.5% of 6144 MiB | 2021-04-05 20:52:43 | 2021-04-05 21:02:43 | 600 | 0.005 |
Query was:
SELECT eventslast.id, 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 = 'db' AND hosts.name = 'valhalla.talisman.org'