(all hosts)

db

last

database checks for PostgreSQL, Oracle, etc. for attribute "Couchbase"

attribute host id status text tlast tnext tspan value
Couchbase hades.talisman.org 78444576 pristine default 2020-12-11 15:22:25 2020-12-11 15:32:25 600 1
Couchbase karazhan.talisman.org 113473639 anomaly Couchbase: no buckets 2021-08-15 16:35:47 2021-08-15 16:45:47 600
Couchbase minx.talisman.org 66725976 pristine default 2020-10-12 22:51:22 2020-10-12 23:01:22 600 1
Couchbase tanelorn.talisman.org 113474004 anomaly Couchbase: no buckets 2021-08-15 16:37:31 2021-08-15 16:47:31 600
Couchbase valhalla.talisman.org 86724367 pristine default 2021-04-05 20:52:43 2021-04-05 21:02:43 600 1
2025-11-09 03:18:14 +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 = 'db' AND eventslast.attribute = 'Couchbase'