sphinx.talisman.org |
df |
| attribute | id | status | text | tlast | tnext | tspan | value |
|---|---|---|---|---|---|---|---|
| 315666446 | normal | 15:18:49 | 15:28:49 | 600 | 0.64 | ||
| / | 315666440 | normal | free MB 4519.8 | 15:18:49 | 15:28:49 | 600 | 0.53 |
| /boot | 315666443 | normal | free MB 199.8 | 15:18:49 | 15:28:49 | 600 | 0.56 |
| /fs/d1 | 315666444 | normal | free MB 1259476.0 | 15:18:49 | 15:28:49 | 600 | 0.64 |
| /fs/d2 | 78444255 | normal | free MB 2607942.2 | 2020-12-11 15:19:30 | 2020-12-11 15:29:30 | 600 | 0.34 |
| /fs/d3 | 78444256 | normal | free MB 650497.8 | 2020-12-11 15:19:30 | 2020-12-11 15:29:30 | 600 | 0.55 |
| /pod/X11R6 | 277426612 | normal | free MB 1661930.0 | 2025-06-02 21:13:03 | 2025-06-02 21:23:03 | 600 | 0.53 |
| /pod/X11R7 | 293575564 | normal | free MB 1278619.1 | 2025-09-25 03:09:01 | 2025-09-25 03:19:01 | 600 | 0.64 |
| /pod/adm | 306940576 | normal | free MB 1260158.5 | 2026-01-01 05:11:17 | 2026-01-01 05:21:17 | 600 | 0.64 |
| /pod/android | 270410517 | normal | free MB 1670026.7 | 2025-04-15 15:38:27 | 2025-04-15 15:48:27 | 600 | 0.53 |
| /pod/games | 293571606 | normal | free MB 1278619.2 | 2025-09-25 02:29:00 | 2025-09-25 02:39:00 | 600 | 0.64 |
| /pod/glut | 260359536 | normal | free MB 461522.4 | 2025-02-04 15:44:55 | 2025-02-04 15:54:55 | 600 | 0.87 |
| /pod/gnu | 280060347 | normal | free MB 1661522.6 | 2025-06-20 23:37:00 | 2025-06-20 23:47:00 | 600 | 0.53 |
| /pod/info | 301436689 | normal | free MB 1260974.8 | 2025-11-25 11:31:04 | 2025-11-25 11:41:04 | 600 | 0.64 |
| /pod/kvm | 308366677 | normal | free MB 1260054.2 | 2026-01-10 13:19:28 | 2026-01-10 13:29:28 | 600 | 0.64 |
| /pod/local | 266080692 | normal | free MB 1678244.8 | 2025-03-16 20:04:46 | 2025-03-16 20:14:46 | 600 | 0.52 |
| /pod/majordomo | 314723652 | normal | free MB 1259893.9 | 2026-02-20 11:36:01 | 2026-02-20 11:46:01 | 600 | 0.64 |
| /pod/music | 252570448 | normal | free MB 462231.2 | 2024-09-28 10:48:35 | 2024-09-28 10:58:35 | 600 | 0.87 |
| /pod/nethack | 306636550 | normal | free MB 1260170.1 | 2025-12-30 04:02:51 | 2025-12-30 04:12:51 | 600 | 0.64 |
| /pod/video | 278298353 | normal | free MB 1661912.4 | 2025-06-08 21:00:00 | 2025-06-08 21:10:00 | 600 | 0.53 |
| /pod/www | 241727213 | normal | free MB 334010.9 | 2024-04-04 17:24:19 | 2024-04-04 17:34:19 | 600 | 0.91 |
| /usr | 315666441 | normal | free MB 12820.6 | 15:18:49 | 15:28:49 | 600 | 0.33 |
| /usr/local | 315666442 | normal | free MB 358.7 | 15:18:49 | 15:28:49 | 600 | 0.61 |
| /var | 315666445 | normal | free MB 26268.5 | 15:18:49 | 15:28:49 | 600 | 0.31 |
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 = 'df' AND hosts.name = 'sphinx.talisman.org'