(all hosts) |
db |
| attribute | host | id | status | text | tlast | tnext | tspan | value |
|---|---|---|---|---|---|---|---|---|
| Couchbase/default | hades.talisman.org | 78444575 | pristine | using 0.7% of 6144 MiB | 2020-12-11 15:22:25 | 2020-12-11 15:32:25 | 600 | 0.007 |
| Couchbase/default | minx.talisman.org | 66725975 | pristine | using 0.9% of 6144 MiB | 2020-10-12 22:51:22 | 2020-10-12 23:01:22 | 600 | 0.009 |
| Couchbase/default | tanelorn.talisman.org | 113472709 | pristine | using 0.2% of 6144 MiB | 2021-08-14 06:47:16 | 2021-08-14 06:57:16 | 600 | 0.002 |
| Couchbase/default | valhalla.talisman.org | 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, 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 = 'db' AND eventslast.attribute = 'Couchbase/default'