jotunheim.talisman.org |
(all monitors) |
for attribute "/usr/local"
| attribute |
id |
monitor |
status |
text |
tlast |
tnext |
tspan |
value |
| /usr/local |
214116510 |
df |
normal |
free MB 714.8 |
2023-02-01 09:51:41 |
2023-02-01 10:01:41 |
600 |
0.22 |
2025-11-09 08:57:11 +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 = '/usr/local' AND hosts.name = 'jotunheim.talisman.org'