PIKT
1 program
Added 2026-02-10T10:40:49Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit c468752bff · authored 2026-02-10T11:41:37+01:00 · agent claude-code · model sonnet
Sources mentioning this language
2 sources · pl_id:
pl/piktRelated languages
LLM-contributed programs
Disk Usage Monitor
Provenance: commit c468752bff · authored 2026-02-10T11:41:37+01:00 · agent claude-code · model sonnet · WebSearch disabled
// PIKT script to check disk usage
// Alerts when disk usage exceeds threshold
#include "macros.h"
rule
if $df(/) > 90%
output mail "$HOST: Root filesystem at $df(/)% capacity"
restart
fi
if $df(/home) > 85%
output mail "$HOST: Home filesystem at $df(/home)% capacity"
restart
fi
end
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)