-
New Feature
-
Resolution: Not A Defect
-
Major
There should be an AdministrativeMonitor which checks for a low value of File.getUsableSpace in Jenkins.getRootDir. This could be in core of course, but the Disk Usage plugin seems like a natural home.
Note that there is a hudson.node_monitors.DiskSpaceMonitor, but this only applies to master when it is a Computer, i.e. has some executors; and you cannot take master offline anyway.
[JENKINS-19144] Administrative monitor for low disk space in $JENKINS_HOME
Assignee | Original: vjuranek [ vjuranek ] | New: Lucie Votypkova [ lvotypkova ] |
Workflow | Original: JNJira [ 150591 ] | New: JNJira + In-Review [ 177698 ] |
Assignee | Original: Lucie Votypkova [ lvotypkova ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
There has been such an AdministrativeMonitor in Jenkins core since March 2009: HudsonHomeDiskUsageChecker.java, HudsonHomeDiskUsageMonitor.java.
Is it still a good idea to move that feature to a plugin?