hades.talisman.org

(all monitors)

for attribute "/"

attribute id monitor status text tlast tnext tspan value
/ 305064089 df pristine free MB 9278.8 2025-12-19 23:33:24 2025-12-19 23:43:24 600 0.02
2026-04-27 21:07:43 +0000 (UTC)

Query was:

SELECT eventslast.id, monitors.name as monitor, 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 eventslast.attribute = '/' AND hosts.name = 'hades.talisman.org'